Skip to content

Instantly share code, notes, and snippets.

@kainlite
Created May 5, 2019 22:09
Show Gist options
  • Select an option

  • Save kainlite/add2f8b31929468359e9222bce0855f1 to your computer and use it in GitHub Desktop.

Select an option

Save kainlite/add2f8b31929468359e9222bce0855f1 to your computer and use it in GitHub Desktop.
terraform
# Configure the digitalocean provider with it's token
variable "DO_TOKEN" {}
provider "digitalocean" {
token = "${var.DO_TOKEN}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment