Skip to content

Commit

Permalink
fix: missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Jan 21, 2025
1 parent 920664d commit 3bd11b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/private_link/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "google_compute_subnetwork" "proxy" {
ip_cidr_range = var.proxynetwork_cidr
purpose = "REGIONAL_MANAGED_PROXY"
role = "ACTIVE"
network = var.network.id
network = var.network.self_link
timeouts {
delete = "2m"
}
Expand Down

0 comments on commit 3bd11b0

Please sign in to comment.