Skip to content

Commit 47994b5

Browse files
don't omit action lifecycle indexes
1 parent 871d3ce commit 47994b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/command/jsonplan/action_invocations.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ type ActionInvocation struct {
4242
type LifecycleActionTrigger struct {
4343
TriggeringResourceAddress string `json:"triggering_resource_address,omitempty"`
4444
ActionTriggerEvent string `json:"action_trigger_event,omitempty"`
45-
ActionTriggerBlockIndex int `json:"action_trigger_block_index,omitempty"`
46-
ActionsListIndex int `json:"actions_list_index,omitempty"`
45+
ActionTriggerBlockIndex int `json:"action_trigger_block_index"`
46+
ActionsListIndex int `json:"actions_list_index"`
4747
}
4848

4949
type InvokeCmdActionTrigger struct {

0 commit comments

Comments
 (0)