Skip to content

Commit

Permalink
chore: Changed IP address to .8 because .1 is usually the gateway add…
Browse files Browse the repository at this point in the history
…ress (#289)
  • Loading branch information
betsy-lichtenberg authored Apr 24, 2021
1 parent 383f369 commit a557b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_shared_vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "google_compute_address" "internal" {
region = "us-central1"
name = "int-ip"
address_type = "INTERNAL"
address = "10.0.0.1"
address = "10.0.0.8"
subnetwork = data.google_compute_subnetwork.subnet.self_link
}
# [END compute_shared_internal_ip_create]
Expand Down

0 comments on commit a557b5d

Please sign in to comment.