config: unix line endings in tests

This commit is contained in:
Mitchell Hashimoto 2014-05-30 17:38:35 -07:00
parent 7b64c2597b
commit 9895f8162f
1 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
import "import/one.tf"; import "import/one.tf";
variable "foo" { variable "foo" {
default = "bar"; default = "bar";
description = "bar"; description = "bar";
} }
provider "aws" { provider "aws" {
foo = "bar"; foo = "bar";
} }
resource "aws_security_group" "web" {} resource "aws_security_group" "web" {}