provider/aws: Fix the AMI ID in the test for VPC Classic Link

This commit is contained in:
stack72 2016-07-16 15:17:37 +01:00
parent bcef828a20
commit 6468b899b9
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 1 additions and 1 deletions

View File

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