Skip to content

Commit

Permalink
add some more depends_on clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 3, 2024
1 parent 27afe00 commit 26e7e13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion terraform/modules/clusters/aws/plural.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ resource "plural_cluster" "this" {
token = data.aws_eks_cluster_auth.cluster.token
}

depends_on = [ module.vpc ]
depends_on = [
module.vpc,
module.addons,
module.ebs_csi_irsa_role,
module.vpc_cni_irsa_role,
module.externaldns_irsa_role
]
}

0 comments on commit 26e7e13

Please sign in to comment.