learn-terraform-provision-eks-cluster icon indicating copy to clipboard operation
learn-terraform-provision-eks-cluster copied to clipboard

Fix it to work after terraform-aws-modules/eks/aws 18 release

Open ekungurov opened this issue 3 years ago • 1 comments

The example doesn't work because terraform-aws-modules/eks/aws released v18 version. The new version isn't backwards compatible with v17 and actually requires a bit of rewrite in TF files. I added a single-line fix to force the example to use v17 module.

ekungurov avatar Jan 07 '22 11:01 ekungurov

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Jan 07 '22 11:01 hashicorp-cla

Closing as fixed via #64

BrianMMcClain avatar Jan 05 '23 20:01 BrianMMcClain