Skip to content

Commit

Permalink
feat: change pkg record to go
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Feb 12, 2025
1 parent bb07b79 commit 7686f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cloudflare/personal/records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ resource "cloudflare_record" "terminal" {
ttl = 1
}

resource "cloudflare_record" "pkg" {
resource "cloudflare_record" "go" {
zone_id = var.zone_id
type = "A"
name = "pkg"
name = "go"
content = var.addresses.server
ttl = 1
}
Expand Down

0 comments on commit 7686f87

Please # to comment.