fix: Fixed variable reference for snapshot_id #1634
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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