Skip to content

Commit

Permalink
fix: zone (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Jul 24, 2024
1 parent ac80327 commit 9c25952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/cloudflare/account/dns-immich-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "cloudflare_record" "immich_app_cname_api" {
ttl = 1
type = "CNAME"
value = "mich.immich.cloud"
zone_id = cloudflare_zone.immich_cloud.id
zone_id = cloudflare_zone.immich_app.id
}

resource "cloudflare_record" "immich_app_mx_root_10" {
Expand Down

0 comments on commit 9c25952

Please sign in to comment.