-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: Correct iam-group variable name mis-spelling
#610
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
fix: Correct iam-group variable name mis-spelling
#610
Conversation
## [6.2.1](v6.2.0...v6.2.1) (2025-08-26) ### Bug Fixes * Correct `iam-group` variable name mis-spelling ([#610](#610)) ([cf4e77b](cf4e77b))
|
This PR is included in version 6.2.1 🎉 |
|
Shouldn't there be some compatibility variables (ideally emitting warnings) for breaking changes, especially in patch releases? (I just changed everything to the misspelled version and now need to change it back) |
|
If you can tell us how to emit warnings, we'll try to do it But Terraform doesn't support this |
|
Yep, unfortunately it seems not (I posted before I finished checking - I opened the docs, but forgot to check before submitting) Errors are easy, warnings not. This is at least mostly a search and replace away (and then updating version constraints to (I was a bit frustrated. The groups were easy to migrate to v6 (and then I was surprised by this breakage, which I kind of expected at some point, since the same typo was fixed previously), the roles I mostly constrained to Terraform can do with more options for making module upgrades easier. |
because its a breaking change, and if we are going to make a breaking change, we'll look to do as much as possible to move the module forward for users -> terraform-aws-modules/terraform-aws-transit-gateway#113. it doesn't make sense to make many small breaking changes which end up causing users frustration |
|
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. |
Description
iam-groupvariable name mis-spellingMotivation and Context
group's module variables #608Breaking Changes
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request