Skip to content

Instantly share code, notes, and snippets.

View chriswahl's full-sized avatar
✌️
Delivering solutions for people.

Chris Wahl chriswahl

✌️
Delivering solutions for people.
View GitHub Profile
@chriswahl
chriswahl / main.tf
Last active June 22, 2020 17:24
Terraform for Cloudflare Firewall Rule
provider "cloudflare" {
version = "~> 2.7"
api_token = "TOKEN"
}
data "cloudflare_zones" "wordpress" {
filter {
name = "wahlnetwork.com"
status = "active"
paused = false