Skip to content

Commit 896a2c0

Browse files
committed
Whitespace
1 parent 316a0db commit 896a2c0

File tree

1 file changed

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

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ action "aws_lambda_invoke" "example" {
222222
key1 = "value1"
223223
key2 = "value2"
224224
})
225-
}
225+
}
226226
}
227227
```
228228

@@ -238,14 +238,14 @@ Terraform invokes the action three times.
238238

239239
```hcl
240240
action "aws_lambda_invoke" "example" {
241-
count = 3
242-
config {
243-
function_name = "my_function"
244-
payload = jsonencode({
245-
key1 = "value1"
246-
key2 = "value2"
247-
})
248-
}
241+
count = 3
242+
config {
243+
function_name = "my_function"
244+
payload = jsonencode({
245+
key1 = "value1"
246+
key2 = "value2"
247+
})
248+
}
249249
}
250250
```
251251

0 commit comments

Comments
 (0)