layout | title | type | resource |
---|---|---|---|
resource |
nomad |
provider |
nomad |
provider "nomad" {
version = "1.4.14"
# address - (required) is a type of string
address = null
# ca_file - (optional) is a type of string
ca_file = null
# ca_pem - (optional) is a type of string
ca_pem = null
# cert_file - (optional) is a type of string
cert_file = null
# cert_pem - (optional) is a type of string
cert_pem = null
# consul_token - (optional) is a type of string
consul_token = null
# http_auth - (optional) is a type of string
http_auth = null
# key_file - (optional) is a type of string
key_file = null
# key_pem - (optional) is a type of string
key_pem = null
# region - (optional) is a type of string
region = null
# secret_id - (optional) is a type of string
secret_id = null
# vault_token - (optional) is a type of string
vault_token = null
# NestingList
headers {
# name - (required) is a type of string
name = null
# value - (required) is a type of string
value = null
}
}