fix: Fixed variable reference for snapshot_id#1634
Conversation
|
seems this impacting |
|
@mitom could you provide me EKS module config to replicate this problem (it will make testing faster)? |
|
@daroga0002 Hey, yeah sure. You'll have to fill out the subnets and such to actually deploy it, but even without those being valid you can reproduce the error on just a plan: To test the change works, you can add |
|
@mitom thank you for your contribution 🎉 @antonbabenko lets merge this |
|
@daroga0002 Please let me know when you have more PRs ready for merge and we can try to release a little bit bigger changes in a release. |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
#1431 introduced a new option to set snapshot_id, however the variable it points at in https://github.com/terraform-aws-modules/terraform-aws-eks/pull/1431/files#diff-abc45b07ed4bab6d21313623302e9685703e3b4ad4a981fd57fe91c4c70095edR348 is a copy-paste from https://github.com/terraform-aws-modules/terraform-aws-eks/pull/1431/files#diff-20ed3fefbb3f6838784a6f0bbd11bbef818670a86cab676afefe1bed893f4d3dR528
Changed it to point at the right variable.
This is currently breaking our pipeline with the following error:
Please treat it as a hotfix.
Checklist