Skip to content

Commit 66cfc36

Browse files
pawan1210q2w
authored andcommitted
fix: added correct dependencies for terraform destroy
1 parent 6435ec7 commit 66cfc36

File tree

1 file changed

+1
-1
lines changed
  • examples/internal-lb-cloud-run

1 file changed

+1
-1
lines changed

examples/internal-lb-cloud-run/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module "internal-lb-http-frontend" {
122122
google_compute_subnetwork.internal_lb_subnet_a.id,
123123
google_compute_subnetwork.internal_lb_subnet_b.id
124124
]
125-
#depends_on = [google_compute_subnetwork.internal_lb_proxy_only_a, google_compute_subnetwork.internal_lb_proxy_only_b, google_compute_subnetwork.internal_lb_subnet_a, google_compute_network.internal_lb_subnet_b]
125+
depends_on = [google_compute_subnetwork.internal_lb_proxy_only_a, google_compute_subnetwork.internal_lb_proxy_only_b]
126126
}
127127

128128
resource "google_vpc_access_connector" "internal_lb_vpc_connector" {

0 commit comments

Comments
 (0)