Add CNAMES and security precedence

This commit is contained in:
Alexander Hosking 2022-08-16 01:49:03 -04:00
parent 4ba93437c9
commit 18fe3be6f1
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ resource "cloudflare_access_policy" "money" {
application_id = cloudflare_access_application.money.id
zone_id = cloudflare_zone.ahosking_com.id
name = "family"
precedence = "1"
precedence = "2"
decision = "allow"
include {

View File

@ -38,5 +38,5 @@ variable "environment" {}
variable "ahosking_com_cnames" {
default = ["code", "radarr", "sonarr", "ombi", "git",
"monitors", "tv", "movies", "money", "cycles", "minecraft",
"homeassistant"]
"homeassistant", "status", "bills"]
}