mirror of
				https://github.com/optim-enterprises-bv/terraform-talos.git
				synced 2025-10-30 01:52:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			117 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			117 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
| 
 | |
| terraform {
 | |
|   required_providers {
 | |
|     oci = {
 | |
|       source  = "hashicorp/oci"
 | |
|       version = "4.61.0"
 | |
|     }
 | |
|   }
 | |
| }
 | 
