layout | title | type | resource |
---|---|---|---|
resource |
equinix |
provider |
equinix |
provider "equinix" {
version = "1.1.0-beta"
# client_id - (optional) is a type of string
client_id = null
# client_secret - (optional) is a type of string
client_secret = null
# endpoint - (optional) is a type of string
endpoint = null
# request_timeout - (optional) is a type of number
request_timeout = null
# response_max_page_size - (optional) is a type of number
response_max_page_size = null
}