providers/aws: fix eip test

pull/22/head
Jack Pearkes 12 years ago
parent 3d91632e5b
commit dff47bdbbe

@ -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"
}
`

Loading…
Cancel
Save