Skip to content

Commit 6975f12

Browse files
committed
Update the README for the Terraform configuration
Ensure the terraform-docs generated content is up-to-date and formatted correctly.
1 parent a4dad39 commit 6975f12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

terraform/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ terraform apply -var-file=<your_workspace>.tfvars
145145
## Requirements ##
146146

147147
| Name | Version |
148-
|------|---------|
148+
| ---- | ------- |
149149
| terraform | ~> 1.1 |
150150
| aws | ~> 6.7 |
151151
| cloudinit | ~> 2.0 |
@@ -154,7 +154,7 @@ terraform apply -var-file=<your_workspace>.tfvars
154154
## Providers ##
155155

156156
| Name | Version |
157-
|------|---------|
157+
| ---- | ------- |
158158
| aws | ~> 6.7 |
159159
| aws.public\_dns | ~> 6.7 |
160160
| cloudinit | ~> 2.0 |
@@ -164,7 +164,7 @@ terraform apply -var-file=<your_workspace>.tfvars
164164
## Modules ##
165165

166166
| Name | Source | Version |
167-
|------|--------|---------|
167+
| ---- | ------ | ------- |
168168
| bod\_bastion\_ansible\_provisioner | github.com/cloudposse/terraform-null-ansible | n/a |
169169
| bod\_docker\_ansible\_provisioner | github.com/cloudposse/terraform-null-ansible | n/a |
170170
| cyhy\_bastion\_ansible\_provisioner | github.com/cloudposse/terraform-null-ansible | n/a |
@@ -179,7 +179,7 @@ terraform apply -var-file=<your_workspace>.tfvars
179179
## Resources ##
180180

181181
| Name | Type |
182-
|------|------|
182+
| ---- | ---- |
183183
| [aws_cloudwatch_log_group.bod_flow_log_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |
184184
| [aws_cloudwatch_log_group.cyhy_flow_log_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |
185185
| [aws_cloudwatch_log_group.fdi_lambda_logs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |
@@ -633,7 +633,7 @@ terraform apply -var-file=<your_workspace>.tfvars
633633
## Inputs ##
634634

635635
| Name | Description | Type | Default | Required |
636-
|------|-------------|------|---------|:--------:|
636+
| ---- | ----------- | ---- | ------- | :------: |
637637
| 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 |
638638
| aws\_availability\_zone | The AWS availability zone to deploy into (e.g. a, b, c, etc.). | `string` | `"a"` | no |
639639
| aws\_region | The AWS region to deploy into (e.g. us-east-1). | `string` | `"us-east-1"` | no |

0 commit comments

Comments
 (0)