Skip to content

Commit 104c02a

Browse files
committed
fixed test setup
1 parent 992a5ff commit 104c02a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/setup/main.tf

Lines changed: 6 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
@@ -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

0 commit comments

Comments
 (0)