Skip to content

Commit e8ba2fe

Browse files
committed
Fix exmaple formats
1 parent ba2cf69 commit e8ba2fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/actions/lambda_invoke.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ action "aws_lambda_invoke" "complex" {
195195
steps = var.workflow_steps
196196
}
197197
resources = {
198-
s3_bucket = aws_s3_bucket.data.bucket
199-
dynamodb = aws_dynamodb_table.state.name
200-
sns_topic = aws_sns_topic.notifications.arn
198+
s3_bucket = aws_s3_bucket.data.bucket
199+
dynamodb = aws_dynamodb_table.state.name
200+
sns_topic = aws_sns_topic.notifications.arn
201201
}
202202
metadata = {
203203
created_by = "terraform"

0 commit comments

Comments
 (0)