ipv4 only edits
This commit is contained in:
@@ -4,6 +4,6 @@ data "dns_a_record_set" "guests" {
|
||||
}
|
||||
|
||||
data "dns_aaaa_record_set" "guests" {
|
||||
for_each = var.vm_guests
|
||||
for_each = toset([for key,value in var.vm_guests: key if value.role != "download_client"])
|
||||
host = "${each.key}.${var.local_domain}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user