First commit; Cloudflare configs for now.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user