From 9895f8162f3548eb4aa426458fa4a7e13c81d398 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 30 May 2014 17:38:35 -0700 Subject: [PATCH] config: unix line endings in tests --- config/test-fixtures/import.tf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/test-fixtures/import.tf b/config/test-fixtures/import.tf index edd1afd422..5dbd82854a 100644 --- a/config/test-fixtures/import.tf +++ b/config/test-fixtures/import.tf @@ -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" {}