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
+10
View File
@@ -0,0 +1,10 @@
resource "cloudflare_page_rule" "terraform_managed_resource_6a06432fcb2856a66f0b90a70f81a9ea" {
priority = 1
status = "active"
target = "logs.trez.wtf/"
zone_id = var.cloudflare_zone_id
actions {
rocket_loader = "off"
}
}