fix action reference

pull/37623/head
Daniel Schmidt 8 months ago
parent c5f9b060c7
commit d83cd73ecf

@ -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]]
}
}
}

Loading…
Cancel
Save