-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run terraform plan or apply with files from this git #53
Comments
Same issue this morning. To add a bit more color: Initially,
So I deleted the lock file. After deleting the lock file Generated lock file here. Then I get the same error as above. And here's the version info:
|
👋 Hello! Thanks for submitting this issue. I've reran Can you test it out? Thank you! |
I'm still having the same issue: With a fresh clone of the repo (latest commit = a0d30b0):
If I delete
|
@im2nguyen same issue as @jabadia reported above after clearing my files and pulling down your repo again. I end up with the following after the issues with the lock file are resolved.
|
I found a temporary workaround: fix the version of eks module. I guess version 18 recently released breaks this code.
|
@im2nguyen Thanks for the quick follow up, we really appreciate it! I removed the repo locally and re-cloned. Running on your new First, when running
If I run this it resolves the missing provider issue:
However, then I get the issue described by @evolart and @jabadia :
|
Confirm this does fix the issue for me. The recent flurry of updates to the EKS module seem to have broken a lot of examples out there including the one on A Cloud Guru's hands-on lab for EKS using Terraform. |
Am having this exact issue now. This fixed one of the two errors I was getting, but one remains. The error is:
|
FOUND IT. Issue is the |
Correct I should have been more thorough in my last message. The full fix appears to be:
|
I opened a new issue to give it more visibility. |
Currently working on it! Having trouble with getting the 18.0.4 module to work, but raised an issue (terraform-aws-modules/terraform-aws-eks#1750) |
Tested and merged! Please let me know if you're still experiencing the issue 😄 |
I have the same problem with version = "19.15.3" |
I am getting the following errors when trying to run
terraform plan
orterraform apply
. I did some digging in the terraform documentation for the terraform-aws-modules/eks/aws module and it looks likesubnets
,workers_group_defaults
, andworker_groups
all are not options anymore?Errors when running plan or apply:
The text was updated successfully, but these errors were encountered: