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