-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Migrate EKS module on aws provider 5.59.0 #7
Comments
and it's only when cluster was initially created on aws version 5.58.0 or higher. my pov all my important clusters were created before, so no problem on my side, but i still think this module needs some upgrade. IF it's possible cuz in aws provider they added this bootstrap_cluster_creator_admin_permissions set to true as default not false as it was before |
|
hashicorp/terraform-provider-aws#38295 this PR changed default values for brand new cluster.
if you don't believe me.
Not sure if it can be fixed somehow in this repo or in aws provider only |
We have the same behaviour. Clusters were provisioned before v5.58.0, later provider's version was upgraded (currently it is v5.68.0), and now updating to v20.x causes cluster to be re-created due to hardcoded
|
I had What actually helped me is terraform state patching: terraform state push > state.json
# edit this file and replace bootstrap_cluster_creator_admin_permissions to false
terraform state push -force state.json |
Describe the bug
Hey i was testing upgrade procedure on aws provider 5.57.0 and it worked more or less fine.
Only i needed run terraform apply 3 times
19.21 -> migrrate
migrate -> 20.00 but access_entires were created but policy was not applied
20.00 -> 20.00 without changed was adding this policy
it was more or less fine, but i needed to change priority to diffrent subject and in meantime we upgraded aws provider to 5.59.0
and this migrate not works for me anymore.
from upgrading 19.21 -> migrate module i'm getting error in terraform plan
specially this
To Reproduce
source = "github.com/clowdhaus/terraform-aws-eks-v20-migrate.git?ref=3f626cc493606881f38684fc366688c36571c5c5"
The text was updated successfully, but these errors were encountered: