resource/aws_lb: fix nlb recreation when security groups are added#46695
resource/aws_lb: fix nlb recreation when security groups are added#46695circa10a wants to merge 1 commit into
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
|
Signed-off-by: circa10a <caleblemoine@gmail.com>
2ccbb9a to
bc925c1
Compare
|
CHANGELOG.md entry since the bot told me to remove it as it's added by maintainers. |
|
@justinretzolk @ewbankkit apologies for the direct ping. I just wanted to follow up on this PR to determine expectations around if this will be reviewed/merged in the near future or not? |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request?
No
Description
HasChangeto return false andForceNewto silently fail. The fix detects this case usingctyvalue inspection and correctly triggers replacement.Relations
Closes #43703
Closes #38647
Closes #41880
References
Output from Acceptance Testing
Output from manual testing
Behavior before when adding sg to NLB
After fix when adding sg to NLB