File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ module "gke-project-1" {
7272 # due to https://github.com/hashicorp/terraform-provider-google/issues/9505 for AP
7373 default_service_account = " keep"
7474
75+ deletion_policy = " DELETE"
76+
7577 auto_create_network = true
7678
7779 activate_apis = local. apis
@@ -117,6 +119,8 @@ module "gke-project-asm" {
117119 # due to https://github.com/hashicorp/terraform-provider-google/issues/9505 for AP
118120 default_service_account = " keep"
119121
122+ deletion_policy = " DELETE"
123+
120124 activate_apis = local. apis
121125}
122126
@@ -132,6 +136,8 @@ module "gke-project-fleet" {
132136 # due to https://github.com/hashicorp/terraform-provider-google/issues/9505 for AP
133137 default_service_account = " keep"
134138
139+ deletion_policy = " DELETE"
140+
135141 activate_apis = local. apis
136142}
137143
You can’t perform that action at this time.
0 commit comments