First commit; Cloudflare configs for now.

This commit is contained in:
2025-05-03 14:01:59 -04:00
commit 8c77463875
12 changed files with 2035 additions and 0 deletions
+8
View File
@@ -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"
}