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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ output "immich_app_branch_subdomain" {
} }
output "immich_app_branch_pages_hostname" { 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" { output "pages_project_name" {