1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00
immich/deployment/modules/cloudflare/docs/config.tf

12 lines
179 B
Terraform
Raw Permalink Normal View History

terraform {
backend "pg" {}
required_version = "~> 1.7"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.48.0"
}
}
}