10BC0 Correct action_trigger event syntax (remove quotes) (#1036) · hashicorp/web-unified-docs@b1c299b · GitHub
[go: up one dir, main page]

Skip to content

Commit b1c299b

Browse files
authored
Correct action_trigger event syntax (remove quotes) (#1036)
1 parent ec48251 commit b1c299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/terraform/v1.14.x (beta)/docs/language/invoke-actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ resource "aws_lambda_function" "example" {
111111
112112
lifecycle {
113113
action_trigger {
114-
events = ["after_create", "after_update"]
114+
events = [after_create, after_update]
115115
actions = [action.aws_lambda_invoke.example]
116116
}
117117
}

0 commit comments

Comments
 (0)
0