mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-09 12:02:55 -04:00
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
# local_file.local_file:
|
|
resource "local_file" "local_file" {
|
|
content = jsonencode(
|
|
{
|
|
hello = "world"
|
|
}
|
|
)
|
|
directory_permission = "0777"
|
|
file_permission = "0777"
|
|
filename = "output.json"
|
|
id = "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e"
|
|
}
|