mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Fix the AMI ID in the test for VPC Classic Link
This commit is contained in:
parent
bcef828a20
commit
6468b899b9
@ -391,7 +391,7 @@ resource "aws_security_group" "foo" {
|
||||
|
||||
resource "aws_launch_configuration" "foo" {
|
||||
name = "TestAccAWSLaunchConfiguration_withVpcClassicLink"
|
||||
image_id = "ami-2d39803a"
|
||||
image_id = "ami-21f78e11"
|
||||
instance_type = "t1.micro"
|
||||
|
||||
vpc_classic_link_id = "${aws_vpc.foo.id}"
|
||||
|
Loading…
Reference in New Issue
Block a user