mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
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 = `
|
||||
resource "aws_eip" "bar" {
|
||||
image_id = "ami-fb8e9292"
|
||||
instance_type = "t1.micro"
|
||||
}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user