Skip to content

Commit a28231d

Browse files
authored
fix: added depends_on on cluster for s2s auth policy (#741)
1 parent e78c315 commit a28231d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ locals {
3636
##############################################################################
3737

3838
resource "ibm_container_vpc_cluster" "cluster" {
39+
depends_on = [ibm_iam_authorization_policy.policy]
3940
for_each = local.clusters_map
4041
name = "${var.prefix}-${each.value.name}"
4142
vpc_id = each.value.vpc_id

0 commit comments

Comments
 (0)