mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
ae330a274e
commit
692246e894
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ scenario "ui" {
|
|||
}
|
||||
|
||||
variables {
|
||||
ami_id = step.ec2_info.ami_ids["arm64"]["ubuntu"][global.distro_version["ubuntu"]]
|
||||
ami_id = step.ec2_info.ami_ids["amd64"]["ubuntu"][global.distro_version["ubuntu"]]
|
||||
cluster_tag_key = local.vault_tag_key
|
||||
common_tags = local.tags
|
||||
seal_key_names = step.create_seal_key.resource_names
|
||||
|
|
|
|||
Loading…
Reference in a new issue