mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
ci: replace deprecate cloudflare properties on cloudflare_record (#12262)
This commit is contained in:
parent
058b5ea5ca
commit
5dd9a2f850
2 changed files with 2 additions and 2 deletions
|
|
@ -9,6 +9,6 @@ resource "cloudflare_record" "immich_app_release_domain" {
|
|||
proxied = true
|
||||
ttl = 1
|
||||
type = "CNAME"
|
||||
value = data.terraform_remote_state.cloudflare_immich_app_docs.outputs.immich_app_branch_pages_hostname
|
||||
content = data.terraform_remote_state.cloudflare_immich_app_docs.outputs.immich_app_branch_pages_hostname
|
||||
zone_id = data.terraform_remote_state.cloudflare_account.outputs.immich_app_zone_id
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue