Skip to content

Instantly share code, notes, and snippets.

@vagelim
Created June 23, 2016 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vagelim/a3fce7e62f14cbe0c2c904694a92b3fc to your computer and use it in GitHub Desktop.
Save vagelim/a3fce7e62f14cbe0c2c904694a92b3fc to your computer and use it in GitHub Desktop.
DigitalOcean Terraform Provider config
variable "do_token" {}
variable "pub_key" {}
variable "pvt_key" {}
variable "ssh_fingerprint" {}
variable "machine_name" {}
provider "digitalocean" {
token = "YOUR TOKEN HERE, FROM https://cloud.digitalocean.com/settings/api/tokens"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment