Skip to content
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

Use regular string sorting for custom access context manager ingress and egress flatteners #20294

Conversation

modular-magician
Copy link
Collaborator

The SortStringsByConfigOrder function fails when there are duplicate items in the array which is a problem since duplicates are allowed by the API. Instead, we are using a regular string sort on both arrays and comparing them, if they are equal, we return the config value so that Terraform sees the state as being unchanged. If the arrays aren't equal, return the API response.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

accesscontextmanager: Fix permadiff in perimeter ingress / egress rules when there are duplicate resources in the rules

Derived from GoogleCloudPlatform/magic-modules#12288

…and egress flatteners (hashicorp#12288)

Co-authored-by: Charlesleonius <charlesleon@google.com>

[upstream:0616a35f4dddbca1857fbc0c1330bc5ea93cc7e5]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 6a6aa09 into hashicorp:main Nov 11, 2024
4 checks passed
@modular-magician modular-magician deleted the downstream-pr-0616a35f4dddbca1857fbc0c1330bc5ea93cc7e5 branch November 17, 2024 00:12
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant