config: unix line endings in tests
This commit is contained in:
parent
7b64c2597b
commit
9895f8162f
|
@ -1,12 +1,12 @@
|
|||
import "import/one.tf";
|
||||
|
||||
variable "foo" {
|
||||
default = "bar";
|
||||
description = "bar";
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
foo = "bar";
|
||||
}
|
||||
|
||||
resource "aws_security_group" "web" {}
|
||||
import "import/one.tf";
|
||||
|
||||
variable "foo" {
|
||||
default = "bar";
|
||||
description = "bar";
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
foo = "bar";
|
||||
}
|
||||
|
||||
resource "aws_security_group" "web" {}
|
||||
|
|
Loading…
Reference in New Issue