mirror of https://github.com/hashicorp/terraform
Add regression test for #4069
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.pull/4130/head
parent
4efb44307b
commit
5ea25363a1
@ -0,0 +1 @@
|
||||
windows-line-endings.tf eol=crlf
|
||||
@ -0,0 +1,6 @@
|
||||
// This is a comment
|
||||
resource "aws_instance" "test" {
|
||||
user_data = <<HEREDOC
|
||||
test script
|
||||
HEREDOC
|
||||
}
|
||||
Loading…
Reference in new issue