Skip to content

Commit

Permalink
DNS record for new device
Browse files Browse the repository at this point in the history
  • Loading branch information
arg committed Jun 18, 2024
1 parent 19298da commit 50b7ecd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/arg.network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ resource "cloudflare_record" "antares" {
comment = "5x86/133/16/2MB/2GB"
}

resource "cloudflare_record" "atlas" {
zone_id = var.cloudflare_zone_id
type = "A"
name = "atlas"
value = "192.168.0.12"
proxied = false
comment = "Core i7/3050/32/4TB"
}


resource "cloudflare_record" "downloads" {
zone_id = var.cloudflare_zone_id
type = "A"
Expand Down

0 comments on commit 50b7ecd

Please sign in to comment.