From e59e4a6bd9100943ba575b6c1080d839b8257dc3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Oct 2014 12:20:39 -0700 Subject: [PATCH] providers/aws: fix compile error --- builtin/providers/aws/resource_aws_instance_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resource_aws_instance_test.go b/builtin/providers/aws/resource_aws_instance_test.go index 2db17e59b..48c21eb4e 100644 --- a/builtin/providers/aws/resource_aws_instance_test.go +++ b/builtin/providers/aws/resource_aws_instance_test.go @@ -306,3 +306,4 @@ resource "aws_instance" "foo" { bar = "baz" } } +`