mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-09 16:00:38 -04:00
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
# tfcoremock_simple_resource.multiline:
|
|
resource "tfcoremock_simple_resource" "multiline" {
|
|
id = "69fe5233-e77a-804f-0dac-115c949540bc"
|
|
string = <<-EOT
|
|
one
|
|
three
|
|
two
|
|
four
|
|
six
|
|
seven
|
|
EOT
|
|
}
|