mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
style: alejandra, deadnix, statix
This commit is contained in:
parent
2e7ee0e4ca
commit
17c69c99de
78 changed files with 1051 additions and 878 deletions
|
|
@ -27,6 +27,7 @@ resource "cloudflare_pages_domain" "dorkdev_root" {
|
|||
account_id = local.account_id
|
||||
project_name = "dorkdev"
|
||||
domain = local.zones.dork
|
||||
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "dorkdev_root_pages" {
|
||||
|
|
|
|||
|
|
@ -38,6 +38,6 @@ resource "cloudflare_record" "inskip_root_pages" {
|
|||
proxied = false
|
||||
ttl = 3600
|
||||
type = "CNAME"
|
||||
value = "${cloudflare_pages_project.inskip_root.name}.pages.dev"
|
||||
value = cloudflare_pages_project.inskip_root.subdomain
|
||||
zone_id = local.zone_ids.inskip
|
||||
}
|
||||
0
tf/tf.tfvars
Normal file
0
tf/tf.tfvars
Normal file
Loading…
Add table
Add a link
Reference in a new issue