Compare commits
2 Commits
2022-05-30
...
2022-06-01
Author | SHA1 | Date | |
---|---|---|---|
883538a97a | |||
490b2279b4 |
@@ -1,8 +0,0 @@
|
|||||||
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
|
|
||||||
}
|
|
@@ -1,8 +0,0 @@
|
|||||||
resource "linode_rdns" "this_ipv6" {
|
|
||||||
address = element(split("/", linode_instance.this.ipv6), 0)
|
|
||||||
depends_on = [
|
|
||||||
linode_domain_record.this_ipv6,
|
|
||||||
]
|
|
||||||
rdns = "${var.host_name}.${var.domain_name}"
|
|
||||||
wait_for_available = true
|
|
||||||
}
|
|
Reference in New Issue
Block a user