Skip to content

Commit

Permalink
Adding valid ip range
Browse files Browse the repository at this point in the history
  • Loading branch information
unnatinadupalli committed Apr 5, 2024
1 parent dc4c430 commit e17eaae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "google_parallelstore_instance" "instance" {
description = "test instance"
capacity_gib = 12000
network = google_compute_network.network.name
reserved_ip_range = "10.0.0.1/16"
reserved_ip_range = [google_compute_global_address.private_ip_alloc.name]
labels = {
test = "value"
}
Expand Down

0 comments on commit e17eaae

Please sign in to comment.