resource "linode_domain_record" "this_ipv4" { domain_id = data.linode_domain.this.id name = var.host_name record_type = "A" target = linode_instance.this.ip_address }