terraform { backend "consul" { address = "10.32.8.14:8500" scheme = "http" path = "terraform/etl" } required_providers { nomad = { source = "hashicorp/nomad" version = ">= 1.4.16" } vault = { version = ">= 3.2.1" } } required_version = ">= 1.1.4" }