From 98cbf94388d01ebd5db91e0c476720bc9586e064 Mon Sep 17 00:00:00 2001 From: Zack Pollard Date: Fri, 13 Sep 2024 13:20:15 +0100 Subject: [PATCH] ci: migrate off deprecated (and broken) value field on cloudflare_record (#12648) --- deployment/modules/cloudflare/docs/domain.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/modules/cloudflare/docs/domain.tf b/deployment/modules/cloudflare/docs/domain.tf index 80997c2e87..a28fb4c0f8 100644 --- a/deployment/modules/cloudflare/docs/domain.tf +++ b/deployment/modules/cloudflare/docs/domain.tf @@ -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" {