mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
14 lines
No EOL
360 B
JSON
14 lines
No EOL
360 B
JSON
{
|
|
"variables": {
|
|
"aws_region": null,
|
|
"aws_secondary_region": "{{ user `aws_region` }}",
|
|
"aws_secret_key": "",
|
|
"aws_access_key": "",
|
|
"password": "{{ user `aws_secret_key` }}-{{ user `aws_access_key` }}"
|
|
},
|
|
"sensitive-variables": [
|
|
"aws_secret_key",
|
|
"aws_access_key",
|
|
"password"
|
|
]
|
|
} |