mirror of
				https://github.com/optim-enterprises-bv/terraform-talos.git
				synced 2025-11-04 04:07:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			303 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			303 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
 | 
						|
variable "compartment_ocid" {}
 | 
						|
variable "tenancy_ocid" {}
 | 
						|
variable "user_ocid" {}
 | 
						|
variable "fingerprint" {}
 | 
						|
 | 
						|
variable "project" {
 | 
						|
  type    = string
 | 
						|
  default = "main"
 | 
						|
}
 | 
						|
 | 
						|
variable "region" {
 | 
						|
  description = "the OCI region where resources will be created"
 | 
						|
  type        = string
 | 
						|
  default     = null
 | 
						|
}
 |