many things
This commit is contained in:
		
							parent
							
								
									18a08d623b
								
							
						
					
					
						commit
						a7fad6c9c6
					
				
					 43 changed files with 1246 additions and 54 deletions
				
			
		
							
								
								
									
										38
									
								
								10-pre-k8s/variables.tf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								10-pre-k8s/variables.tf
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,38 @@ | |||
| variable "matchbox_http_endpoint" { | ||||
|   type        = string | ||||
|   description = "Matchbox HTTP read-only endpoint (e.g. http://matchbox.example.com:8080)" | ||||
| } | ||||
| 
 | ||||
| variable "matchbox_rpc_endpoint" { | ||||
|   type        = string | ||||
|   description = "Matchbox gRPC API endpoint, without the protocol (e.g. matchbox.example.com:8081)" | ||||
| } | ||||
| 
 | ||||
| variable "os_stream" { | ||||
|   type        = string | ||||
|   description = "Fedora CoreOS release stream (e.g. testing, stable)" | ||||
|   default     = "stable" | ||||
| } | ||||
| 
 | ||||
| variable "os_version" { | ||||
|   type        = string | ||||
|   description = "Fedora CoreOS version to PXE and install (e.g. 36.20220906.3.2)" | ||||
| } | ||||
| 
 | ||||
| variable "ssh_authorized_key" { | ||||
|   type        = string | ||||
|   description = "SSH public key to set as an authorized_key on machines" | ||||
| } | ||||
| 
 | ||||
| variable "k3s_agent_token" { | ||||
|   type    = string | ||||
|   default = "" | ||||
| } | ||||
| 
 | ||||
| variable "nucs" { | ||||
|   type = map(any) | ||||
| } | ||||
| 
 | ||||
| variable "slowworkers" { | ||||
|   type = map(any) | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Chris Cowley
						Chris Cowley