mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix: change image id on bsu acceptance test
This commit is contained in:
parent
52621a3dd2
commit
6e6e518095
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const testBuilderAccBasic = `
|
|||
"type": "test",
|
||||
"region": "eu-west-2",
|
||||
"vm_type": "m3.medium",
|
||||
"source_omi": "ami-76b2a71e",
|
||||
"source_omi": "ami-46260446",
|
||||
"ssh_username": "ubuntu",
|
||||
"omi_name": "packer-test {{timestamp}}"
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue