From cf089e69acf3731317730bf797df060896a3fbb9 Mon Sep 17 00:00:00 2001 From: shellyvilenko <144919183+shellyvilenko@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:28:39 -0400 Subject: [PATCH] Update ManagedZone.yaml he Terraform configuration in these tests used a hardcoded dns_name domain name ("m-z.gcp.tfacc.hashicorptest.com."). When these tests run in parallel (or concurrently within the same testing project), multiple test executions attempt to create a Cloud DNS managed zone with the exact same domain name. --- mmv1/products/dns/ManagedZone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/products/dns/ManagedZone.yaml b/mmv1/products/dns/ManagedZone.yaml index 31c0b398a48f..eaf4ff763a90 100644 --- a/mmv1/products/dns/ManagedZone.yaml +++ b/mmv1/products/dns/ManagedZone.yaml @@ -55,7 +55,7 @@ samples: example_zone_googlecloudexample: example-zone-googlecloudexample dns_name: googlecloudexample.net. test_vars_overrides: - dns_name: '"m-z.gcp.tfacc.hashicorptest.com."' + dns_name: '"m-z-" + randomSuffix + ".gcp.tfacc.hashicorptest.com."' ignore_read_extra: - force_destroy - name: dns_record_set_basic