You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker_repository started being returned by the API while not being set by the client. This field likely needs to transition to being computed+optional.
=== CONT TestAccCloudFunctions2Function_update
vcr_utils.go:152: Step 3/6 error: After applying this test step, the plan was not empty.
stdout:
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# google_cloudfunctions2_function.terraform-test2 will be updated in-place
~ resource "google_cloudfunctions2_function" "terraform-test2" {
id = "projects/******/locations/us-central1/functions/tf-test-test-functionxcpv2ow0b4"
name = "tf-test-test-functionxcpv2ow0b4"
# (10 unchanged attributes hidden)
~ build_config {
- docker_repository = "projects/ci-test-project-nightly-beta/locations/us-central1/repositories/gcf-artifacts" -> null
# (4 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccCloudFunctions2Function_update (121.14s)
FAIL
b/322317256
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
docker_repository
started being returned by the API while not being set by the client. This field likely needs to transition to being computed+optional.Failure rates
Impacted tests
Affected Resource(s)
Nightly build test history
Message(s)
b/322317256
The text was updated successfully, but these errors were encountered: