providers/aws: fix eip test

This commit is contained in:
Jack Pearkes 2014-07-16 10:40:48 -04:00
parent 3d91632e5b
commit dff47bdbbe
1 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,5 @@ func testAccCheckAWSEIPExists(n string, res *ec2.Address) resource.TestCheckFunc
const testAccAWSEIPConfig = `
resource "aws_eip" "bar" {
image_id = "ami-fb8e9292"
instance_type = "t1.micro"
}
`