From 1c575ec1b7fe3a731908b461601025a45f90a7ed Mon Sep 17 00:00:00 2001 From: efe Date: Wed, 10 Apr 2024 14:33:10 -0500 Subject: [PATCH] Set no prefix to fix "IP range no free block error" for test of looker enterprise (#10365) --- mmv1/products/looker/Instance.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmv1/products/looker/Instance.yaml b/mmv1/products/looker/Instance.yaml index d9400887a814..c780da3306cb 100644 --- a/mmv1/products/looker/Instance.yaml +++ b/mmv1/products/looker/Instance.yaml @@ -69,9 +69,9 @@ examples: client_id: 'my-client-id' client_secret: 'my-client-secret' test_vars_overrides: - address_name: 'acctest.BootstrapSharedTestGlobalAddress(t, "looker-vpc-network-1", acctest.AddressWithPrefixLength(20))' + address_name: 'acctest.BootstrapSharedTestGlobalAddress(t, "looker-vpc-network-2")' kms_key_name: 'acctest.BootstrapKMSKeyInLocation(t, "us-central1").CryptoKey.Name' - network_name: 'acctest.BootstrapSharedServiceNetworkingConnection(t, "looker-vpc-network-1", acctest.ServiceNetworkWithPrefixLength(20))' + network_name: 'acctest.BootstrapSharedServiceNetworkingConnection(t, "looker-vpc-network-2")' skip_docs: true - !ruby/object:Provider::Terraform::Examples name: 'looker_instance_custom_domain'