Register hosts in Linode Managed DNS
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
resource "linode_rdns" "this_ipv4" {
|
||||
address = linode_instance.this.ip_address
|
||||
depends_on = [
|
||||
linode_domain_record.this_ipv4,
|
||||
]
|
||||
rdns = "${var.host_name}.${var.domain_name}"
|
||||
wait_for_available = true
|
||||
}
|
||||
Reference in New Issue
Block a user