Skip to content

Commit

Permalink
fix: update eks dependency and cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed Oct 5, 2023
1 parent 081c2ad commit 394a335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ resource "aws_iam_policy" "node_additional" {
module "addons" {
source = "../../"

# depends_on = [module.eks]
eks_cluster_name = "" #module.eks.cluster_name
depends_on = [module.eks]
eks_cluster_name = module.eks.cluster_name

# -- Enable Addons
metrics_server = true
Expand Down

0 comments on commit 394a335

Please sign in to comment.