Skip to content

Commit

Permalink
Set no prefix to fix "IP range no free block error" for test of looke…
Browse files Browse the repository at this point in the history
…r enterprise (GoogleCloudPlatform#10365)
  • Loading branch information
efeelaiho authored and pcostell committed Jul 16, 2024
1 parent d2692b3 commit 61554b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmv1/products/looker/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 61554b1

Please sign in to comment.