From cabca3735102c5eaeb403ec04cd3a130cb76cba5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 May 2023 06:43:14 +0000 Subject: [PATCH] terraform-docs: automated action --- modules/nomad-clients/README.mkdn | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nomad-clients/README.mkdn b/modules/nomad-clients/README.mkdn index 5ef99a2..672a9a8 100644 --- a/modules/nomad-clients/README.mkdn +++ b/modules/nomad-clients/README.mkdn @@ -53,6 +53,7 @@ No modules. | [instance\_max\_count](#input\_instance\_max\_count) | Maximum number of Nomad clients to run | `number` | `3` | no | | [instance\_min\_count](#input\_instance\_min\_count) | Minimum number of Nomad clients to run | `number` | `0` | no | | [instance\_type](#input\_instance\_type) | Instance type to use for the Nomad clients | `string` | `"c5a.large"` | no | +| [nomad\_acl\_enable](#input\_nomad\_acl\_enable) | Whether to enable ACLs on the Nomad cluster or not | `bool` | `true` | no | | [nomad\_join\_tag\_value](#input\_nomad\_join\_tag\_value) | The value of the tag used for Nomad server auto-join | `string` | n/a | yes | | [override\_instance\_types](#input\_override\_instance\_types) | List of instance types to define in the mixed\_instances\_policy block | `list(string)` | `[]` | no | | [route\_53\_resolver\_address](#input\_route\_53\_resolver\_address) | Route53 resolver address for querying DNS inside exec tasks | `string` | n/a | yes |