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
provider_test.go:270: Step 1/2 error: After applying this test step, the plan was not empty.
stdout:
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# google_compute_region_backend_service.default will be updated in-place
~ resource "google_compute_region_backend_service" "default" {
id = "projects/ci-test-project-188019/regions/us-central1/backendServices/tf-test-region-servicehhqq08ivup"
name = "tf-test-region-servicehhqq08ivup"
# (14 unchanged attributes hidden)
+ connection_tracking_policy {
+ connection_persistence_on_unhealthy_backends = "NEVER_PERSIST"
+ idle_timeout_sec = 60
+ tracking_mode = "PER_SESSION"
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
The text was updated successfully, but these errors were encountered:
It looks like this is a beta-only feature (search for connectionTrackingPolicy & compare to GA) that was added to GA inadvertently. It seems like the API probably doesn't complain about the extra fields but also doesn't do anything with them, resulting in a permadiff.
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.
Failure rate: 100% in GA since added on 9/24 (but passes in beta - likely a GA-only failure)
Impacted tests:
Nightly builds:
Message:
The text was updated successfully, but these errors were encountered: