From 08743474783e61423ae73128fe65f952700f5f0f Mon Sep 17 00:00:00 2001 From: clint shryock Date: Thu, 19 Nov 2015 15:37:05 -0600 Subject: [PATCH] update ami id for test --- builtin/providers/aws/resource_aws_ami_copy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_ami_copy_test.go b/builtin/providers/aws/resource_aws_ami_copy_test.go index e844853ab..0a469a8e0 100644 --- a/builtin/providers/aws/resource_aws_ami_copy_test.go +++ b/builtin/providers/aws/resource_aws_ami_copy_test.go @@ -171,7 +171,7 @@ resource "aws_instance" "test" { // one snapshot in our created AMI. // This is an Amazon Linux HVM AMI. A public HVM AMI is required // because paravirtual images cannot be copied between accounts. - ami = "ami-8fff43e4" + ami = "ami-5449393e" instance_type = "t2.micro" tags { Name = "terraform-acc-ami-copy-victim"