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
Copy file name to clipboardExpand all lines: packer/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ No requirements.
66
66
## Providers ##
67
67
68
68
| Name | Version |
69
-
|------|---------|
69
+
|----|-------|
70
70
| amazon-ami | n/a |
71
71
| amazon-parameterstore | n/a |
72
72
@@ -77,7 +77,7 @@ No modules.
77
77
## Resources ##
78
78
79
79
| Name | Type |
80
-
|------|------|
80
+
|----|----|
81
81
|[amazon-ami_amazon-ami.debian_bookworm_arm64](https://registry.terraform.io/providers/hashicorp/amazon-ami/latest/docs/data-sources/amazon-ami)| data source |
82
82
|[amazon-ami_amazon-ami.debian_bookworm_x86_64](https://registry.terraform.io/providers/hashicorp/amazon-ami/latest/docs/data-sources/amazon-ami)| data source |
83
83
|[amazon-ami_amazon-ami.debian_buster_x86_64](https://registry.terraform.io/providers/hashicorp/amazon-ami/latest/docs/data-sources/amazon-ami)| data source |
@@ -89,7 +89,7 @@ No modules.
89
89
## Inputs ##
90
90
91
91
| Name | Description | Type | Default | Required |
| ami\_prefix | The prefix to use for the names of AMIs created. |`string`|`"cyhy"`| no |
94
94
| ami\_regions | The list of AWS regions to copy the AMI to once it has been created. Example: ["us-east-1"]|`list(string)`|```[ "us-east-1", "us-west-1", "us-west-2" ]```| no |
95
95
| build\_region | The region in which to retrieve the base AMI from and build the new AMI. |`string`|`"us-east-2"`| no |
| 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