diff --git a/internal/command/testdata/show-json-actions/main.tf b/internal/command/testdata/show-json-actions/main.tf index 6702b76e0f..6c7d378a61 100644 --- a/internal/command/testdata/show-json-actions/main.tf +++ b/internal/command/testdata/show-json-actions/main.tf @@ -19,7 +19,7 @@ resource "test_instance" "test" { lifecycle { action_trigger { events = [before_create] - actions = [action.test_action.hello] + actions = [action.test_action.hello[0]] } } }