Skip to content

Commit 200e97c

Browse files
committed
Add Deferred Action Invocation to tfstackdata
1 parent 8a77b19 commit 200e97c

File tree

2 files changed

+130
-61
lines changed

2 files changed

+130
-61
lines changed

internal/stacks/tfstackdata1/tfstackdata1.pb.go

Lines changed: 123 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/stacks/tfstackdata1/tfstackdata1.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,13 @@ message PlanActionInvocationPlanned {
269269
tfplan.ActionInvocationInstance invocation = 2;
270270
}
271271

272+
// Represents a deferred change to a particular action invocation within a
273+
// particular component instance.
274+
message PlanDeferredActionInvocation {
275+
tfplan.Deferred deferred = 1;
276+
PlanActionInvocationPlanned invocation = 2;
277+
}
278+
272279
// Represents that we need to emit "delete" requests for one or more raw
273280
// state and/or state description objects during the apply phase.
274281
//

0 commit comments

Comments
 (0)