blob: 18891b11f0196f9e8a014be592362d59ee2ea869 [file] [log] [blame]
# tfcoremock_simple_resource.multiline:
resource "tfcoremock_simple_resource" "multiline" {
id = "69fe5233-e77a-804f-0dac-115c949540bc"
string = <<-EOT
one
three
two
four
six
seven
EOT
}