Skip to content

Commit 36c3d55

Browse files
Set no prefix to fix "IP range no free block error" for test of looker enterprise (#10365) (#17816)
[upstream:1c575ec1b7fe3a731908b461601025a45f90a7ed] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 450b311 commit 36c3d55

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/10365.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/looker/resource_looker_instance_generated_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ func TestAccLookerInstance_lookerInstanceEnterpriseFullTestExample(t *testing.T)
143143
t.Parallel()
144144

145145
context := map[string]interface{}{
146-
"address_name": acctest.BootstrapSharedTestGlobalAddress(t, "looker-vpc-network-1", acctest.AddressWithPrefixLength(20)),
146+
"address_name": acctest.BootstrapSharedTestGlobalAddress(t, "looker-vpc-network-2"),
147147
"kms_key_name": acctest.BootstrapKMSKeyInLocation(t, "us-central1").CryptoKey.Name,
148-
"network_name": acctest.BootstrapSharedServiceNetworkingConnection(t, "looker-vpc-network-1", acctest.ServiceNetworkWithPrefixLength(20)),
148+
"network_name": acctest.BootstrapSharedServiceNetworkingConnection(t, "looker-vpc-network-2"),
149149
"random_suffix": acctest.RandString(t, 10),
150150
}
151151

0 commit comments

Comments
 (0)