aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/terraform/1n_nmd/variables.tf
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2020-12-01 07:38:28 +0000
committerPeter Mikus <pmikus@cisco.com>2020-12-02 07:54:06 +0000
commitb2ff2bb435a765c588b5ae9f8461bbf9b5064651 (patch)
tree2b4e25b5963d9d80775c38c62c88e56e52d8cead /resources/tools/terraform/1n_nmd/variables.tf
parent4582f0f408616cdff8e606ac3abfe154f8f0514b (diff)
Terraform: Nomad resource definitions
+ storage - final until more ssd arive. + nginx - final + vpp_device - untested yet (restored from EdK setups) - to be rewritten Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ib9499fc8cfb0d9f5c5d5bbd1ccd856ecc951ec2a
Diffstat (limited to 'resources/tools/terraform/1n_nmd/variables.tf')
-rw-r--r--resources/tools/terraform/1n_nmd/variables.tf5
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