diff options
Diffstat (limited to 'resources/tools/terraform/1n_nmd/variables.tf')
-rw-r--r-- | resources/tools/terraform/1n_nmd/variables.tf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/tools/terraform/1n_nmd/variables.tf b/resources/tools/terraform/1n_nmd/variables.tf new file mode 100644 index 0000000000..0782f8669c --- /dev/null +++ b/resources/tools/terraform/1n_nmd/variables.tf @@ -0,0 +1,5 @@ +variable "nomad_provider_address" { + description = "FD.io Nomad cluster address." + type = string + default = "http://nomad.service.consul:4646" +}
\ No newline at end of file |