Skip to content

Commit bb48b39

Browse files
terraform-docs: automated action
1 parent e648c92 commit bb48b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/nomad-clients/README.mkdn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ No modules.
3737
|------|-------------|------|---------|:--------:|
3838
| <a name="input_ami"></a> [ami](#input\_ami) | Amazon Machine Image (AMI) ID used for deploying Nomad clients | `string` | n/a | yes |
3939
| <a name="input_autoscale_metrics"></a> [autoscale\_metrics](#input\_autoscale\_metrics) | List of autoscaling metrics to monitor for Auto Scaling Group (ASG) instances | `list(string)` | <pre>[<br> "GroupMinSize",<br> "GroupMaxSize",<br> "GroupDesiredCapacity",<br> "GroupInServiceInstances",<br> "GroupPendingInstances",<br> "GroupStandbyInstances",<br> "GroupTerminatingInstances",<br> "GroupTotalInstances"<br>]</pre> | no |
40+
| <a name="input_aws_region"></a> [aws\_region](#input\_aws\_region) | AWS region to deploy the cluster in | `string` | `"ap-south-1"` | no |
4041
| <a name="input_client_name"></a> [client\_name](#input\_client\_name) | Name of the Auto Scaling Group (ASG) nodes deployed as Nomad clients | `string` | n/a | yes |
4142
| <a name="input_client_security_groups"></a> [client\_security\_groups](#input\_client\_security\_groups) | List of security groups to attach to the Nomad client nodes | `list(string)` | `[]` | no |
4243
| <a name="input_client_type"></a> [client\_type](#input\_client\_type) | Type of client to deploy: 'ec2' or 'asg' | `string` | `"asg"` | no |

0 commit comments

Comments
 (0)