mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
5ea25363a1
This may be brittle as it makes use of .gitattributes to override the autocrlf setting in order to have an input file with Windows line endings across multiple platforms.
7 lines
106 B
HCL
7 lines
106 B
HCL
// This is a comment
|
|
resource "aws_instance" "test" {
|
|
user_data = <<HEREDOC
|
|
test script
|
|
HEREDOC
|
|
}
|