Skip to content

Commit

Permalink
fixing reserved_ip_ranges field
Browse files Browse the repository at this point in the history
  • Loading branch information
unnatinadupalli committed Apr 8, 2024
1 parent e17eaae commit 230e8b3
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 = [google_compute_global_address.private_ip_alloc.name]
reserved_ip_range = google_compute_global_address.private_ip_alloc.name
labels = {
test = "value"
}
Expand Down

0 comments on commit 230e8b3

Please sign in to comment.