Many things
This commit is contained in:
		
							parent
							
								
									05d4287d05
								
							
						
					
					
						commit
						4ecb167ff6
					
				
					 5 changed files with 52 additions and 67 deletions
				
			
		|  | @ -30,3 +30,13 @@ resource "opnsense_unbound_host_override" "physical_lab" { | |||
|   domain      = "lab.cowley.tech" | ||||
|   server      = each.value.address | ||||
| } | ||||
| 
 | ||||
| resource "opnsense_unbound_host_override" "iot_devices" { | ||||
|   for_each = { for i, v in var.iot_devices : i => v } | ||||
| 
 | ||||
|   enabled     = true | ||||
|   description = each.value.description | ||||
|   hostname    = each.value.name | ||||
|   domain      = "lab.cowley.tech" | ||||
|   server      = each.value.address | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue