mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 11:07:10 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			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.52.0"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |