Skip to content

Commit

Permalink
feat: change to coolify.dev and remove .com record
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Jul 2, 2024
1 parent 288b734 commit e604c23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion mattglei.ch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "cloudflare_record" "mattgleich_dev" {
resource "cloudflare_record" "mattgleich_coolify" {
zone_id = var.zone_id_mattgleich
type = "A"
name = "coolify"
name = "coolify.dev"
value = "147.182.130.61"
}

Expand Down
7 changes: 0 additions & 7 deletions mattgleich.com.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ resource "cloudflare_record" "mattgleich_com_github" {
value = "8.8.8.8"
}

resource "cloudflare_record" "mattgleich_com_coolify" {
zone_id = var.zone_id_mattgleich_com
type = "A"
name = "coolify.dev"
value = "147.182.130.61"
}

resource "cloudflare_record" "mattgleich_com_from" {
zone_id = var.zone_id_mattgleich_com
type = "A"
Expand Down

0 comments on commit e604c23

Please sign in to comment.