open-nomad/terraform/aws/env/us-east/versions.tf
Omar Khawaja 01f2ca6941
Upgrade Nomad terraform directory for TF 0.12+ (#6424)
* update

* fix error

* convert server ips in list of string and loop through for output

* drop the for loop in outputs and keep the join command

* switched to TF 0.12 splat expression
2019-10-07 12:43:42 -04:00

5 lines
46 B
HCL

terraform {
required_version = ">= 0.12"
}