We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231426c commit 167d10fCopy full SHA for 167d10f
internal/command/testdata/show-json-actions/main.tf
@@ -19,7 +19,7 @@ resource "test_instance" "test" {
19
lifecycle {
20
action_trigger {
21
events = [before_create]
22
- actions = [action.test_action.hello]
+ actions = [action.test_action.hello[0]]
23
}
24
25
0 commit comments