10 lines
		
	
	
		
			153 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			153 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
variable "cluster_name" {
 | 
						|
  type    = string
 | 
						|
  default = "minimal"
 | 
						|
}
 | 
						|
 | 
						|
variable "dns_servers" {
 | 
						|
  type    = list(string)
 | 
						|
  default = ["192.168.76.253"]
 | 
						|
}
 |