layout | title | type | resource |
---|---|---|---|
resource |
linode |
provider |
linode |
provider "linode" {
version = "1.16.0"
# api_version - (optional) is a type of string
api_version = null
# max_retry_delay_ms - (optional) is a type of number
max_retry_delay_ms = null
# min_retry_delay_ms - (optional) is a type of number
min_retry_delay_ms = null
# skip_instance_ready_poll - (optional) is a type of bool
skip_instance_ready_poll = null
# token - (required) is a type of string
token = null
# ua_prefix - (optional) is a type of string
ua_prefix = null
# url - (optional) is a type of string
url = null
}