Skip to content

Commit 01ac7c2

Browse files
committed
fix spacing
1 parent a80b189 commit 01ac7c2

File tree

1 file changed

+8
-8
lines changed
  • content/terraform/v1.14.x (beta)/docs/language/block

1 file changed

+8
-8
lines changed

content/terraform/v1.14.x (beta)/docs/language/block/action.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,15 @@ Terraform invokes the action once for each member of the map, resulting in two i
257257

258258
```hcl
259259
action "aws_lambda_invoke" "example" {
260-
for_each = tomap({
261-
a_group = "eastus"
262-
another_group = "westus2"
263-
})
260+
for_each = tomap({
261+
a_group = "eastus"
262+
another_group = "westus2"
263+
})
264264
config {
265-
function_name = "my_function"
266-
payload = jsonencode({
267-
key1 = "value1"
268-
key2 = "value2"
265+
function_name = "my_function"
266+
payload = jsonencode({
267+
key1 = "value1"
268+
key2 = "value2"
269269
})
270270
}
271271
}

0 commit comments

Comments
 (0)