Skip to content

Commit

Permalink
Update and Freeze Cloudflare Provider Module to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Starz0r committed Mar 13, 2020
1 parent 30f50a8 commit 7ab26c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "cf_orgid" {}
variable "cf_email" {}

provider "cloudflare" {
version = "~> 2.3.0"
version = "~> 2.4.1"

api_key = "${var.cf_apikey}"
account_id = "${var.cf_orgid}"
Expand Down

0 comments on commit 7ab26c2

Please sign in to comment.