Skip to content

Commit b9c4652

Browse files
Ramona Rautenbergbflad
authored andcommitted
fixed formatting
Signed-off-by: Ramona Rautenberg <[email protected]>
1 parent daf17aa commit b9c4652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/file.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ applied by many different users or within automation systems.
2020

2121
```hcl
2222
resource "local_file" "foo" {
23-
content = "foo!"
23+
content = "foo!"
2424
filename = "${path.module}/foo.bar"
2525
}
2626
```

0 commit comments

Comments
 (0)