Closed JchhatbarInfoblox closed 5 months ago
Fix | NIOS-101231 | Added enable dns to return fields.
host_rec_res = { "filters" = tomap({ "name" = "host1.example1.org" }) "id" = "1718100618" "results" = tolist([ { "comment" = "" "dns_view" = " " "duid" = "12:00:43:fe:9a:81" "enable_dhcp" = false "enable_dns" = false "ext_attrs" = "{\"Terraform Internal ID\":\"0cd6038b-a6f8-4097-988e-1217184e3c39\"}" "fqdn" = "host1.example1.org" "id" = "record:host/ZG5zLmhvc3QkLm5vbl9ETlNfaG9zdF9yb290LjAuMTcxODA3MzI0MTc1OC5vcmcuZXhhbXBsZTEuaG9zdDE:host1.example1.org/%20" "ipv4_addr" = "10.10.0.7" "ipv6_addr" = "1::1" "mac_addr" = "12:00:43:fe:9a:8c" "ttl" = -2147483648 "zone" = "" }, ]) }
DNS-true & DHCP-false
"filters" = tomap({ "name" = "host1.example1.org" }) "id" = "1718100596" "results" = tolist([ { "comment" = "" "dns_view" = "default" "duid" = "12:00:43:fe:9a:81" "enable_dhcp" = false "enable_dns" = true "ext_attrs" = "{\"Terraform Internal ID\":\"0cd6038b-a6f8-4097-988e-1217184e3c39\"}" "fqdn" = "host1.example1.org" "id" = "record:host/ZG5zLmhvc3QkLl9kZWZhdWx0Lm9yZy5leGFtcGxlMS5ob3N0MQ:host1.example1.org/default" "ipv4_addr" = "10.10.0.7" "ipv6_addr" = "1::1" "mac_addr" = "12:00:43:fe:9a:8c" "ttl" = -2147483648 "zone" = "example1.org" }, ]) }
Both true
host_rec_res = { "filters" = tomap({ "name" = "host1.example1.org" }) "id" = "1718100503" "results" = tolist([ { "comment" = "" "dns_view" = "default" "duid" = "12:00:43:fe:9a:81" "enable_dhcp" = true "enable_dns" = true "ext_attrs" = "{\"Terraform Internal ID\":\"0cd6038b-a6f8-4097-988e-1217184e3c39\"}" "fqdn" = "host1.example1.org" "id" = "record:host/ZG5zLmhvc3QkLl9kZWZhdWx0Lm9yZy5leGFtcGxlMS5ob3N0MQ:host1.example1.org/default" "ipv4_addr" = "10.10.0.7" "ipv6_addr" = "1::1" "mac_addr" = "12:00:43:fe:9a:8c" "ttl" = -2147483648 "zone" = "example1.org" }, ]) }
Fix | NIOS-101231 | Added enable dns to return fields.
DNS-true & DHCP-false
Both true