We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871d3ce commit 47994b5Copy full SHA for 47994b5
internal/command/jsonplan/action_invocations.go
@@ -42,8 +42,8 @@ type ActionInvocation struct {
42
type LifecycleActionTrigger struct {
43
TriggeringResourceAddress string `json:"triggering_resource_address,omitempty"`
44
ActionTriggerEvent string `json:"action_trigger_event,omitempty"`
45
- ActionTriggerBlockIndex int `json:"action_trigger_block_index,omitempty"`
46
- ActionsListIndex int `json:"actions_list_index,omitempty"`
+ ActionTriggerBlockIndex int `json:"action_trigger_block_index"`
+ ActionsListIndex int `json:"actions_list_index"`
47
}
48
49
type InvokeCmdActionTrigger struct {
0 commit comments