Skip to content

Commit

Permalink
Stop using fixed IP in default subnetwork in service attachment examp…
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and trodge committed Sep 28, 2021
1 parent 5bae28c commit 9f8242f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ resource "google_compute_address" "psc_ilb_consumer_address" {

subnetwork = "default"
address_type = "INTERNAL"
address = "10.168.0.17"
}

resource "google_compute_forwarding_rule" "psc_ilb_consumer" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ resource "google_compute_address" "psc_ilb_consumer_address" {
subnetwork = "default"
address_type = "INTERNAL"
address = "10.168.0.17"
}
resource "google_compute_forwarding_rule" "psc_ilb_consumer" {
Expand Down Expand Up @@ -150,7 +149,6 @@ resource "google_compute_address" "psc_ilb_consumer_address" {
subnetwork = "default"
address_type = "INTERNAL"
address = "10.168.0.17"
}
resource "google_compute_forwarding_rule" "psc_ilb_consumer" {
Expand Down

0 comments on commit 9f8242f

Please sign in to comment.