We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf17aa commit b9c4652Copy full SHA for b9c4652
website/docs/r/file.html.md
@@ -20,7 +20,7 @@ applied by many different users or within automation systems.
20
21
```hcl
22
resource "local_file" "foo" {
23
- content = "foo!"
+ content = "foo!"
24
filename = "${path.module}/foo.bar"
25
}
26
```
0 commit comments