mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -04:00
12 lines
251 B
Text
12 lines
251 B
Text
# tfcoremock_simple_resource.multiline:
|
|
resource "tfcoremock_simple_resource" "multiline" {
|
|
id = "69fe5233-e77a-804f-0dac-115c949540bc"
|
|
string = <<-EOT
|
|
one
|
|
three
|
|
two
|
|
four
|
|
six
|
|
seven
|
|
EOT
|
|
}
|