config: unix line endings in tests

pull/5/head
Mitchell Hashimoto 12 years ago
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…
Cancel
Save