diff --git a/builtin/providers/aws/resource_aws_eip_test.go b/builtin/providers/aws/resource_aws_eip_test.go index d23d0da83..e42ff2047 100644 --- a/builtin/providers/aws/resource_aws_eip_test.go +++ b/builtin/providers/aws/resource_aws_eip_test.go @@ -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" } `