You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/testing/equivalence-tests/outputs/local_provider_basic/state

13 lines
336 B

# local_file.local_file:
resource "local_file" "local_file" {
content = jsonencode(
{
hello = "world"
}
)
directory_permission = "0777"
file_permission = "0777"
filename = "output.json"
id = "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e"
}