Compare commits

..

1 Commits

Author SHA1 Message Date
jmrothst a2b268c889 Remove reverse dns until I have working forward dns configurations 2022-05-09 22:57:48 -05:00
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -1,4 +0,0 @@
resource "linode_rdns" "this_ipv4" {
address = linode_instance.this.ip_address
rdns = "${var.host_name}.${var.domain_name}"
}
-4
View File
@@ -1,4 +0,0 @@
resource "linode_rdns" "this_ipv6" {
address = element(split("/", linode_instance.this.ipv6), 0)
rdns = "${var.host_name}.${var.domain_name}"
}