resource "linode_rdns" "this_ipv4" { address = linode_instance.this.ip_address rdns = "${var.host_name}.${var.domain_name}" }