Skip to content

Commit

Permalink
increase size of allogcated ip range
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 committed Dec 3, 2021
1 parent fa7cf95 commit 056cc19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ resource "google_compute_global_address" "foobar" {
name = "%s"
purpose = "VPC_PEERING"
address_type = "INTERNAL"
prefix_length = 16
prefix_length = 24
network = data.google_compute_network.servicenet.self_link
}

Expand Down

0 comments on commit 056cc19

Please sign in to comment.