You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ami\_prefixes | An object whose keys are the types of Packer images (defined in the `packer/` directory in the root of the repository) and whose values are the prefix to use for the corresponding AMI. The default for all images is "cyhy". |```object({ bastion = string, dashboard = string, docker = string, mongo = string, nessus = string, nmap = string, reporter = string, })```|```{ "bastion": "cyhy", "dashboard": "cyhy", "docker": "cyhy", "mongo": "cyhy", "nessus": "cyhy", "nmap": "cyhy", "reporter": "cyhy" }```| no |
638
638
| aws\_availability\_zone | The AWS availability zone to deploy into (e.g. a, b, c, etc.). |`string`|`"a"`| no |
639
639
| aws\_region | The AWS region to deploy into (e.g. us-east-1). |`string`|`"us-east-1"`| no |
0 commit comments