Skip to content

Instantly share code, notes, and snippets.

@dixneuf19
Created July 29, 2020 20:54
Show Gist options
  • Save dixneuf19/808ec11f9251ab9328d65c21848b28a2 to your computer and use it in GitHub Desktop.
Save dixneuf19/808ec11f9251ab9328d65c21848b28a2 to your computer and use it in GitHub Desktop.
# main.tf
# Configure the DigitalOcean Provider
provider "digitalocean" {
version = "~> 1.22"
# token = var.do_token # This is the DO API token.
# Alternatively, this can also be specified using environment variables ordered by precedence:
# DIGITALOCEAN_TOKEN,
# DIGITALOCEAN_ACCESS_TOKEN
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment