layout | title | type | resource |
---|---|---|---|
resource |
digitalocean |
provider |
digitalocean |
provider "digitalocean" {
version = "2.7.0"
# api_endpoint - (optional) is a type of string
api_endpoint = null
# spaces_access_id - (optional) is a type of string
spaces_access_id = null
# spaces_endpoint - (optional) is a type of string
spaces_endpoint = null
# spaces_secret_key - (optional) is a type of string
spaces_secret_key = null
# token - (optional) is a type of string
token = null
}