Skip to content

Commit

Permalink
Merge pull request #111 from maddevsio/Feature/eks_depends_on_vpc
Browse files Browse the repository at this point in the history
add depends_on for eks module
  • Loading branch information
and-babkin authored Oct 8, 2021
2 parents 790b193 + 337345c commit 2081ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/layer1-aws/aws-eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ EOT
})
}
}
depends_on = [module.vpc]
}

resource "aws_eks_addon" "vpc_cni" {
Expand Down

0 comments on commit 2081ec2

Please sign in to comment.