Skip to content

Commit

Permalink
configure deletion_policy for env network projects
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit committed Nov 9, 2024
1 parent e7009c6 commit 7b81b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1-org/modules/network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module "base_shared_vpc_host_project" {
billing_account = var.billing_account
folder_id = var.folder_id
disable_services_on_destroy = false
deletion_policy = var.project_deletion_policy

activate_apis = [
"compute.googleapis.com",
Expand Down Expand Up @@ -65,6 +66,7 @@ module "restricted_shared_vpc_host_project" {
billing_account = var.billing_account
folder_id = var.folder_id
disable_services_on_destroy = false
deletion_policy = var.project_deletion_policy

activate_apis = [
"compute.googleapis.com",
Expand Down

0 comments on commit 7b81b9b

Please sign in to comment.