opentofu/config/testdata/windows-line-endings.tf
2019-06-30 10:16:15 +02:00

7 lines
106 B
HCL

// This is a comment
resource "aws_instance" "test" {
user_data = <<HEREDOC
test script
HEREDOC
}