File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-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
@@ -95,6 +97,9 @@ module "gke-project-2" {
9597 # due to https://github.com/hashicorp/terraform-provider-google/issues/9505 for AP
9698 default_service_account = " keep"
9799
100+ deletion_policy = " DELETE"
101+
102+
98103 activate_apis = local. apis
99104 activate_api_identities = [
100105 {
@@ -132,6 +137,9 @@ module "gke-project-fleet" {
132137 # due to https://github.com/hashicorp/terraform-provider-google/issues/9505 for AP
133138 default_service_account = " keep"
134139
140+ deletion_policy = " DELETE"
141+
142+
135143 activate_apis = local. apis
136144}
137145
You can’t perform that action at this time.
0 commit comments