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/basic_multiline_string_update/state

13 lines
251 B

# tfcoremock_simple_resource.multiline:
resource "tfcoremock_simple_resource" "multiline" {
id = "69fe5233-e77a-804f-0dac-115c949540bc"
string = <<-EOT
one
three
two
four
six
seven
EOT
}