mirror of
				https://github.com/optim-enterprises-bv/terraform-talos.git
				synced 2025-11-03 19:57:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			148 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			148 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
 | 
						|
terraform {
 | 
						|
  required_providers {
 | 
						|
    oci = {
 | 
						|
      source  = "hashicorp/oci"
 | 
						|
      version = "4.102.0"
 | 
						|
    }
 | 
						|
  }
 | 
						|
  required_version = ">= 1.2"
 | 
						|
}
 |