We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78c315 commit a28231dCopy full SHA for a28231d
cluster.tf
@@ -36,6 +36,7 @@ locals {
36
##############################################################################
37
38
resource "ibm_container_vpc_cluster" "cluster" {
39
+ depends_on = [ibm_iam_authorization_policy.policy]
40
for_each = local.clusters_map
41
name = "${var.prefix}-${each.value.name}"
42
vpc_id = each.value.vpc_id
0 commit comments