mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Rename duplicate ami name to fix failing test
This commit is contained in:
parent
50e8f507ca
commit
999d751793
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue