From ca6f6a1e143d8875450c84478673182bad81ebb8 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 18 Mar 2015 08:57:41 -0500 Subject: [PATCH] providers/aws: fix TestAccAWSInstance_normal The test just needed updated SHAs for user_data. --- builtin/providers/aws/resource_aws_instance_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/providers/aws/resource_aws_instance_test.go b/builtin/providers/aws/resource_aws_instance_test.go index 897143520..941dd5dd4 100644 --- a/builtin/providers/aws/resource_aws_instance_test.go +++ b/builtin/providers/aws/resource_aws_instance_test.go @@ -44,7 +44,7 @@ func TestAccAWSInstance_normal(t *testing.T) { resource.TestCheckResourceAttr( "aws_instance.foo", "user_data", - "0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33"), + "3dc39dda39be1205215e776bad998da361a5955d"), ), }, @@ -60,7 +60,7 @@ func TestAccAWSInstance_normal(t *testing.T) { resource.TestCheckResourceAttr( "aws_instance.foo", "user_data", - "0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33"), + "3dc39dda39be1205215e776bad998da361a5955d"), ), }, },