providers/aws: fix eip test
This commit is contained in:
parent
3d91632e5b
commit
dff47bdbbe
|
@ -105,7 +105,5 @@ func testAccCheckAWSEIPExists(n string, res *ec2.Address) resource.TestCheckFunc
|
||||||
|
|
||||||
const testAccAWSEIPConfig = `
|
const testAccAWSEIPConfig = `
|
||||||
resource "aws_eip" "bar" {
|
resource "aws_eip" "bar" {
|
||||||
image_id = "ami-fb8e9292"
|
|
||||||
instance_type = "t1.micro"
|
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue