Skip to content

Commit 39bcfa4

Browse files
authored
test: add ImplicitDestroy for default pool (#576)
1 parent df24ca7 commit 39bcfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s
6666
// workaround for the issue https://github.ibm.com/GoldenEye/issues/issues/10743
6767
// when the issue is fixed on IKS, so the destruction of default workers pool is correctly managed on provider/clusters service the next two entries should be removed
6868
"'module.ocp_base.ibm_container_vpc_worker_pool.autoscaling_pool[\"default\"]'",
69+
"'module.ocp_base.ibm_container_vpc_worker_pool.pool[\"default\"]'",
6970
},
7071
})
7172

0 commit comments

Comments
 (0)