1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Correct logic to try to use module created IAM role before falli… (#3433)

This commit is contained in:
Bryant Biggs
2025-07-24 09:31:24 -05:00
committed by GitHub
parent b7eabbd384
commit 97d4ebbe68
8 changed files with 17 additions and 20 deletions
@@ -1,7 +1,6 @@
module "eks_al2023" {
# source = "terraform-aws-modules/eks/aws"
# version = "~> 20.0"
source = "../.."
source = "terraform-aws-modules/eks/aws"
version = "~> 21.0"
name = "${local.name}-al2023"
kubernetes_version = "1.33"