-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fresh install fails on terraform plan #26
Comments
You need to delete the cached/lock files/folders in terraform folder from older versions
|
Yes, that did it in regards of the But did not change anything for To start in the correct end. The active AWS profile I'm running the scripts with should have full privilages in this case. |
So the issue comes from this line: |
Yes, you're right, that solved it. I was in there touching on the the lines, but my knowledge about how it all connected together was too low. |
I tried following the getting started guide according to the README with fresh repos and as far as I can tell I have all prerequisites setup but it failed in a few ways a long the way.
I found issue #22 which helped me get passed the initial
terraform init
error by removing the ref as suggested and running withterraform init -upgrade
.But while @mrmarcsmith managed to run
terraform plan
I get the following error:I take it it fails to fetch the needed iam user/role for the eks worker? Is this something that the terraform scripts are creating or am I failing in providing something?
As you probably can tell I'm new to Terraform and have tried looking for information to get around this but failed.
I've tried with different versions of the
jx-eks
module with the latest being1.16.1
.As others have managed to bypass the plan step I take it I'm missing something, but I've gone through the readme several times and fail to see what, and being new to Terraform is kind of crippling in this case.
Happy to provide any other information needed.
Hoping anyone is able to see what I'm missing
Thanks
The text was updated successfully, but these errors were encountered: