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
=== RUN TestAccDNSRecordSet_routingPolicy
=== PAUSE TestAccDNSRecordSet_routingPolicy
=== CONT TestAccDNSRecordSet_routingPolicy
resource_dns_record_set_test.go:292: Step 11/13 error: Error running apply: exit status 1
Error: Error updating Subnetwork "projects/ci-test-project-nightly-ga/regions/us-central1/subnetworks/tf-test-proxy-subnet-dtfq3lcu77": googleapi: Error 400: Invalid resource usage: 'Patching is supported only for subnets with the purpose INTERNAL_HTTPS_LOAD_BALANCER to be changed to REGIONAL_MANAGED_PROXY, or from PEER_MIGRATION to PRIVATE.'., invalidResourceUsage
with google_compute_subnetwork.proxy_subnet,
on terraform_plugin_test.tf line 13, in resource "google_compute_subnetwork" "proxy_subnet":
13: resource "google_compute_subnetwork" "proxy_subnet" {
--- FAIL: TestAccDNSRecordSet_routingPolicy (384.26s)
FAIL
As best I can tell, this was working initially, so perhaps a restriction on changing the purpose of the subnetwork was added. I don't this the test actually relies on that purpose changing, it looks like the tests were just chained together for convenience, so hopefully this can be fixed by moving the step out to its own test.
Impacted tests
TestAccDNSRecordSet_routingPolicy
Affected Resource(s)
google_dns_record_set
Failure rates
Message(s)
Test Debug Log
b/401955357
The text was updated successfully, but these errors were encountered: