Skip to content

Commit 1e84497

Browse files
committed
update graph_builder_apply.go
1 parent 03877a0 commit 1e84497

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/terraform/graph_builder_apply.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ func (b *ApplyGraphBuilder) Steps() []GraphTransformer {
235235
// Target
236236
&TargetsTransformer{Targets: b.Targets, ActionTargets: b.ActionTargets},
237237

238-
// Exclude list resources and their descendants from the apply graph
239-
&QueryTransformer{queryPlan: false},
240-
241238
// Close any ephemeral resource instances.
242239
&ephemeralResourceCloseTransformer{},
243240

0 commit comments

Comments
 (0)