Compare commits
1 Commits
2022-06-01
...
2022-06-01
Author | SHA1 | Date | |
---|---|---|---|
883538a97a |
@@ -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 = false
|
||||
}
|
@@ -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 = false
|
||||
}
|
Reference in New Issue
Block a user