Skip to content

Commit

Permalink
DCO Remediation Commit for David.Houck <[email protected]>
Browse files Browse the repository at this point in the history
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: d6f3220
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: 1ae78b8
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: c025b3f
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: 592cfb4
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: f2dfc99
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: 1781a29
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: 09c357f
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: 0d2f59a
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: 86b321b
I, David.Houck <[email protected]>, hereby add my Signed-off-by to this commit: 1e70846

Signed-off-by: David.Houck <[email protected]>
  • Loading branch information
dhoucgitter committed Oct 16, 2024
1 parent 1e70846 commit a9b4e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ module "kubeconfig" {
ca_crt = local.kubeconfig_ca_cert
sg_id = local.cluster_security_group_id

depends_on = [module.eks] # Will block on EKS cluster creation until the cluster is really ready.
depends_on = [module.eks] # Will block on EKS cluster creation until the cluster is completely ready.
}

# Normally, the use of local-exec below is avoided. It is used here to patch the gp2 storage class as the default storage class for EKS 1.30 and later clusters.
Expand Down

0 comments on commit a9b4e49

Please sign in to comment.