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

Backport of Extract more exact provider name when checking for destroy cycles into v1.3 #31937

Merged

Conversation

teamterraform
Copy link
Contributor

Backport

This PR is auto-generated from #31917 to be assessed for backporting due to the inclusion of the label 1.3-backport.

The below text is copied from the body of the original PR.


When we checked for cycles with destroy edges around providers, it was only for providers of a different type, but one can do the same thing with the same provider under different local aliases. Check to see if the provider also contains an alias, or is defined absolutely in some other way. The absolute accuracy here isn't critical, since in most cases these edges are not required for correct results, but finding a correct and consistent method for determining when these edges are needed is going to take more research.

There was also an oversight fixed here where the basic creator->destroyer edges were added after the cycle checks, limiting their utility. The ordering of the additions was swapped to make sure all cycles are noticed.

Fixes #31843

@teamterraform teamterraform force-pushed the backport/jbardin/destroy-edge-cycles/formally-neutral-mallard branch from e66a361 to 4176cd0 Compare October 4, 2022 15:06
@jbardin jbardin merged commit 9492bae into v1.3 Oct 4, 2022
@jbardin jbardin deleted the backport/jbardin/destroy-edge-cycles/formally-neutral-mallard branch October 4, 2022 15:16
@github-actions
Copy link

github-actions bot commented Oct 4, 2022

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

@github-actions
Copy link

github-actions bot commented Nov 4, 2022

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 contributions.
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 Nov 4, 2022
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.

None yet

2 participants