Skip to content

Commit

Permalink
Update reserved_ip_range for testAccFilestoreInstance_reservedIpRange… (
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteinberg authored Aug 15, 2024
1 parent 7345109 commit 5330246
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ resource "google_filestore_instance" "instance" {
networks {
network = "default"
modes = ["MODE_IPV4"]
reserved_ip_range = "172.19.30.0/29"
reserved_ip_range = "172.19.31.0/29"
}
}
`, name)
Expand All @@ -185,7 +185,7 @@ resource "google_filestore_instance" "instance" {
networks {
network = "default"
modes = ["MODE_IPV4"]
reserved_ip_range = "172.19.31.0/29"
reserved_ip_range = "172.19.31.8/29"
}
}
`, name)
Expand Down

0 comments on commit 5330246

Please sign in to comment.