Add token back
This commit is contained in:
parent
e3c8655862
commit
f4412f375f
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user