providers/aws: fix TestAccAWSInstance_normal

The test just needed updated SHAs for user_data.
This commit is contained in:
Paul Hinze 2015-03-18 08:57:41 -05:00
parent 18a83347b5
commit ca6f6a1e14
1 changed files with 2 additions and 2 deletions

View File

@ -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"),
),
},
},