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 26186 #26188

Merged
merged 1 commit into from Sep 9, 2020
Merged

Backport 26186 #26188

merged 1 commit into from Sep 9, 2020

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Sep 9, 2020

0.13 Backport of #26186

One of the tenants of the graph transformations is that resource destroy
nodes can only be ordered relative to other resources, and can't be
referenced directly. This was broken by the module close node which
naively connected to all module nodes, creating cycles in some cases
when edges are reversed from CreateBeforeDestroy.
@jbardin jbardin added the v0.13 Issues (primarily bugs) reported against v0.13 releases label Sep 9, 2020
@jbardin jbardin requested a review from a team September 9, 2020 18:21
@codecov
Copy link

codecov bot commented Sep 9, 2020

Codecov Report

Merging #26188 into v0.13 will decrease coverage by 0.00%.
The diff coverage is 92.85%.

Impacted Files Coverage Δ
terraform/transform_module_expansion.go 93.33% <92.85%> (+0.35%) ⬆️
terraform/node_resource_plan.go 91.80% <0.00%> (-1.64%) ⬇️
dag/marshal.go 53.33% <0.00%> (-1.12%) ⬇️

@jbardin jbardin merged commit 205b780 into v0.13 Sep 9, 2020
@jbardin jbardin deleted the jbardin/backport-26186 branch September 9, 2020 19:17
@ghost
Copy link

ghost commented Oct 13, 2020

I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked as resolved and limited conversation to collaborators Oct 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
v0.13 Issues (primarily bugs) reported against v0.13 releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants