Skip to content

Instantly share code, notes, and snippets.

@wgebis
Created July 8, 2019 13:45
Show Gist options
  • Save wgebis/92d09fded668085944a089d325d3adf7 to your computer and use it in GitHub Desktop.
Save wgebis/92d09fded668085944a089d325d3adf7 to your computer and use it in GitHub Desktop.
provider "digitalocean" {
token = "DO_TOKEN_GOES_HERE"
}
provider "mailgun" {
api_key = "MAILGUN_API_KEY_GOES_HERE"
}
provider "cloudflare" {
email = "CLOUDFLARE_ACCOUNT_EMAIL"
token = "CLOUDFLARE_API_KEY"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment