Skip to content

Commit

Permalink
Rename duplicate ami name to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Aug 17, 2023
1 parent 50e8f50 commit 999d751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 999d751

Please sign in to comment.