Created
May 5, 2019 22:09
-
-
Save kainlite/add2f8b31929468359e9222bce0855f1 to your computer and use it in GitHub Desktop.
terraform
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
| # 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