Skip to content

Commit

Permalink
Revert "feat: create cloudflare zone for *.immich.futo.org (#48)"
Browse files Browse the repository at this point in the history
This reverts commit 3e347e6.
  • Loading branch information
zackpollard committed Jun 10, 2024
1 parent df6bdb5 commit 0cba671
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions deployment/modules/cloudflare/account/zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,3 @@ resource "cloudflare_zone_settings_override" "immich_cloud" {
output "immich_cloud_zone_id" {
value = cloudflare_zone.immich_cloud.id
}

resource "cloudflare_zone" "immich_futo_org" {
account_id = var.cloudflare_account_id
zone = "immich.futo.org"
}

resource "cloudflare_zone_settings_override" "immich_futo_org" {
zone_id = cloudflare_zone.immich_futo_org.id

settings {
http3 = "on"
zero_rtt = "on"
tls_1_3 = "zrt"
always_use_https = "on"
}
}

output "immich_futo_org_zone_id" {
value = cloudflare_zone.immich_futo_org.id
}

0 comments on commit 0cba671

Please sign in to comment.