Skip to content

Commit

Permalink
feat: switch back to caprover
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 6, 2024
1 parent 396b903 commit a78392a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mattglei.ch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ resource "cloudflare_record" "mattgleich_dev" {
value = "147.182.130.61"
}

resource "cloudflare_record" "mattgleich_coolify" {
resource "cloudflare_record" "mattgleich_caprover" {
zone_id = var.zone_id_mattgleich
type = "A"
name = "coolify.dev"
name = "caprover.dev"
value = "147.182.130.61"
}

Expand Down

0 comments on commit a78392a

Please sign in to comment.