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'