First commit; Cloudflare configs for now.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "cloudflare_zone" "terraform_managed_resource_17dbb71212204583b777783d25eb6738" {
|
||||
account_id = var.cloudflare_account_id
|
||||
paused = false
|
||||
plan = "free"
|
||||
type = "full"
|
||||
zone = "trez.wtf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user