Skip to content

Commit 167d10f

Browse files
fix action reference
1 parent 231426c commit 167d10f

File tree

1 file changed

+1
-1
lines changed
  • internal/command/testdata/show-json-actions

1 file changed

+1
-1
lines changed

internal/command/testdata/show-json-actions/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource "test_instance" "test" {
1919
lifecycle {
2020
action_trigger {
2121
events = [before_create]
22-
actions = [action.test_action.hello]
22+
actions = [action.test_action.hello[0]]
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)