resource "linode_rdns" "this_ipv6" { address = element(split("/", linode_instance.this.ipv6), 0) rdns = "${var.host_name}.${var.domain_name}" }