layout | title | type | resource |
---|---|---|---|
resource |
tfe |
provider |
tfe |
provider "tfe" {
version = "0.24.0"
# hostname - (optional) is a type of string
hostname = null
# ssl_skip_verify - (optional) is a type of bool
ssl_skip_verify = null
# token - (optional) is a type of string
token = null
}