1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

ci: migrate off deprecated (and broken) value field on cloudflare_record (#12648)

This commit is contained in:
Zack Pollard
2024-09-13 13:20:15 +01:00
committed by GitHub
parent 15f9ff1fcb
commit 98cbf94388

View File

@ -18,7 +18,7 @@ output "immich_app_branch_subdomain" {
}
output "immich_app_branch_pages_hostname" {
value = cloudflare_record.immich_app_branch_subdomain.value
value = cloudflare_record.immich_app_branch_subdomain.content
}
output "pages_project_name" {