diff --git a/terraform/cloudflare/variables.auto.tfvars b/terraform/cloudflare/variables.auto.tfvars index 4e137c4..a2a0f97 100644 --- a/terraform/cloudflare/variables.auto.tfvars +++ b/terraform/cloudflare/variables.auto.tfvars @@ -24,7 +24,8 @@ dns_records = [ { name = "office", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "openpgpkey", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "smtp", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, - { name = "social", type = "CNAME", content = "wan.balsillie.house", ttl = 60 } + { name = "social", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, + { name = "gallery", type = "CNAME", content = "wan.balsillie.house", ttl = 60 } ] mx_records = [