Skip to content

Latest commit

 

History

History
179 lines (98 loc) · 4.86 KB

digitalocean.md

File metadata and controls

179 lines (98 loc) · 4.86 KB
layout title type resource
resource
digitalocean
provider
digitalocean

Index

Example Usage

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
}

top

Resources

top

Datasources

top