From 1834e1ecec7287ba6bb8bbffa22ebf8eec350a26 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 17 Aug 2023 11:01:40 -0400 Subject: [PATCH] Rename duplicate ami name to fix failing test --- .../test-fixtures/basic_amazon_with_required_plugins.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acctest/plugin/test-fixtures/basic_amazon_with_required_plugins.pkr.hcl b/acctest/plugin/test-fixtures/basic_amazon_with_required_plugins.pkr.hcl index f9ba5a55b..a30f85fa4 100644 --- a/acctest/plugin/test-fixtures/basic_amazon_with_required_plugins.pkr.hcl +++ b/acctest/plugin/test-fixtures/basic_amazon_with_required_plugins.pkr.hcl @@ -12,7 +12,7 @@ source "amazon-ebs" "basic-test" { instance_type = "m3.medium" source_ami = "ami-76b2a71e" ssh_username = "ubuntu" - ami_name = "packer-plugin-bundled-amazon-ebs-test" + ami_name = "packer-plugin-external-amazon-ebs-test" } build {