Skip to content

Commit 4ed4fdb

Browse files
committed
updated test setup
1 parent 0963d4c commit 4ed4fdb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/setup/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)