Skip to content

Commit a557b5d

Browse files
chore: Changed IP address to .8 because .1 is usually the gateway address (#289)
1 parent 383f369 commit a557b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic_shared_vpc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resource "google_compute_address" "internal" {
5050
region = "us-central1"
5151
name = "int-ip"
5252
address_type = "INTERNAL"
53-
address = "10.0.0.1"
53+
address = "10.0.0.8"
5454
subnetwork = data.google_compute_subnetwork.subnet.self_link
5555
}
5656
# [END compute_shared_internal_ip_create]

0 commit comments

Comments
 (0)