mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
bb9e18247b
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 lines
179 B
HCL
12 lines
179 B
HCL
terraform {
|
|
backend "pg" {}
|
|
required_version = "~> 1.7"
|
|
|
|
required_providers {
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = "4.34.0"
|
|
}
|
|
}
|
|
}
|