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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user