Read emails from secrets

This commit is contained in:
Jake Howard
2021-02-14 12:29:14 +00:00
parent 872471ef52
commit ec0c78e6d9
6 changed files with 27 additions and 4 deletions

View File

@ -5,7 +5,7 @@ provider "vultr" {
}
provider "cloudflare" {
email = "hosting+cloudflare@theorangeone.net"
email = var.cloudflare_email
api_key = var.cloudflare_api_key
}

View File

@ -1,3 +1,4 @@
variable "vultr_api_key" {}
variable "cloudflare_api_key" {}
variable "cloudflare_email" {}
variable "linode_api_token" {}