mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
ci: migrate off deprecated (and broken) value field on cloudflare_record (#12648)
This commit is contained in:
parent
15f9ff1fcb
commit
98cbf94388
1 changed files with 1 additions and 1 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Reference in a new issue