diff --git a/builtin/providers/aws/resource_aws_ami_copy_test.go b/builtin/providers/aws/resource_aws_ami_copy_test.go index 0a469a8e0..029e9a5ab 100644 --- a/builtin/providers/aws/resource_aws_ami_copy_test.go +++ b/builtin/providers/aws/resource_aws_ami_copy_test.go @@ -169,9 +169,9 @@ resource "aws_subnet" "foo" { resource "aws_instance" "test" { // This AMI has one block device mapping, so we expect to have // one snapshot in our created AMI. - // This is an Amazon Linux HVM AMI. A public HVM AMI is required + // This is an Ubuntu Linux HVM AMI. A public HVM AMI is required // because paravirtual images cannot be copied between accounts. - ami = "ami-5449393e" + ami = "ami-0f8bce65" instance_type = "t2.micro" tags { Name = "terraform-acc-ami-copy-victim"