From db7fb1eee4402b527e59c6528adf83911100d0ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jun 2024 11:28:16 +0000 Subject: [PATCH] terraform-docs: automated action --- modules/nomad-servers/README.mkdn | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nomad-servers/README.mkdn b/modules/nomad-servers/README.mkdn index d68a1d3..a4f260e 100644 --- a/modules/nomad-servers/README.mkdn +++ b/modules/nomad-servers/README.mkdn @@ -50,6 +50,7 @@ | [ebs\_encryption](#input\_ebs\_encryption) | Enable EBS encryption | `bool` | `true` | no | | [ebs\_tags](#input\_ebs\_tags) | A map of additional tags to apply to the EBS volumes | `map(string)` | `{}` | no | | [extra\_script](#input\_extra\_script) | Path to custom script to be run as part of cloud-init | `string` | `""` | no | +| [http\_put\_response\_hop\_limit](#input\_http\_put\_response\_hop\_limit) | The hop limit for HTTP PUT response for the EC2 instance metadata service | `number` | `2` | no | | [iam\_tags](#input\_iam\_tags) | A map of custom tags to be assigned to the IAM role | `map(string)` | `{}` | no | | [instance\_count](#input\_instance\_count) | Number of Nomad server instances to run | `number` | `3` | no | | [instance\_type](#input\_instance\_type) | Instance type to use for the Nomad server instances | `string` | `"c5a.large"` | no |