Skip to content

Commit

Permalink
ci: migrate off deprecated (and broken) value field on cloudflare_record
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Sep 13, 2024
1 parent 15f9ff1 commit f7710ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/cloudflare/docs/domain.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit f7710ca

Please sign in to comment.