X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=terraform-ci-infra%2F1n_nmd%2Fvariables.tf;fp=terraform-ci-infra%2F1n_nmd%2Fvariables.tf;h=a575d0b51d7c342e9df336b0a403ba939aa89b36;hb=fd4d85865e145f12330a4266be48fbdd6e919cf4;hp=0000000000000000000000000000000000000000;hpb=688a68a8f6d8a69a85cb76421a16dff9c4105c52;p=csit.git diff --git a/terraform-ci-infra/1n_nmd/variables.tf b/terraform-ci-infra/1n_nmd/variables.tf new file mode 100644 index 0000000000..a575d0b51d --- /dev/null +++ b/terraform-ci-infra/1n_nmd/variables.tf @@ -0,0 +1,11 @@ +variable "nomad_provider_address" { + description = "FD.io Nomad cluster address." + type = string + default = "http://nomad.service.consul:4646" +} + +variable "nomad_acl" { + description = "Nomad ACLs enabled/disabled" + type = bool + default = false +} \ No newline at end of file