blob: ef6f84472156f6d84c94fb04e5d745469dda3146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
terraform {
backend "consul" {
address = "consul.service.consul:8500"
scheme = "http"
path = "fdio/terraform/1n/nomad"
}
required_providers {
vault = {
version = ">=2.22.1"
}
}
required_version = ">= 1.0.3"
}
|