Add token back

This commit is contained in:
Ahosking 2021-06-30 15:39:22 -04:00
parent e3c8655862
commit f4412f375f

View File

@ -10,6 +10,7 @@ terraform {
provider "cloudflare" {
email = var.CLOUDFLARE_EMAIL
api_key = var.CLOUDFLARE_API_KEY
api_token = var.CLOUDFLARE_API_TOKEN
}
provider "aws" {