Created
June 23, 2016 15:23
-
-
Save vagelim/a3fce7e62f14cbe0c2c904694a92b3fc to your computer and use it in GitHub Desktop.
DigitalOcean Terraform Provider config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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