layout | title | type | resource |
---|---|---|---|
resource |
consul |
provider |
consul |
provider "consul" {
version = "2.11.0"
# address - (optional) is a type of string
address = null
# ca_file - (optional) is a type of string
ca_file = null
# ca_path - (optional) is a type of string
ca_path = 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
# datacenter - (optional) is a type of string
datacenter = null
# http_auth - (optional) is a type of string
http_auth = null
# insecure_https - (optional) is a type of bool
insecure_https = null
# key_file - (optional) is a type of string
key_file = null
# key_pem - (optional) is a type of string
key_pem = null
# namespace - (optional) is a type of string
namespace = null
# scheme - (optional) is a type of string
scheme = null
# token - (optional) is a type of string
token = null
}