Skip to content

Commit

Permalink
Cloudflare provider has credential field names have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Starz0r committed May 29, 2020
1 parent 1ca1b79 commit b1678d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/cloudflare/credentials.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloudflare
provider "cloudflare" {
token = "${var.apikey}"
org_id = "${var.orgid}"
email = "${var.email}"
api_token = "${var.apikey}"
account_id = "${var.orgid}"
email = "${var.email}"
}

0 comments on commit b1678d2

Please sign in to comment.