Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Sep 10, 2024
1 parent 075662d commit c2add6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/shared_vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ module "service-project" {
]

disable_services_on_destroy = false
deletion_policy = "DELETE"
}

/******************************************
Expand Down Expand Up @@ -147,6 +148,7 @@ module "service-project-b" {
}]

disable_services_on_destroy = false
deletion_policy = "DELETE"
}

/******************************************
Expand Down Expand Up @@ -185,6 +187,7 @@ module "service-project-c" {

disable_services_on_destroy = false
grant_network_role = false
deletion_policy = "DELETE"
}

/******************************************
Expand Down

0 comments on commit c2add6b

Please sign in to comment.