Remove reverse dns until I have working forward dns configurations
This commit is contained in:
		| @@ -1,4 +0,0 @@ | |||||||
| resource "linode_rdns" "this_ipv4" { |  | ||||||
|   address = linode_instance.this.ip_address |  | ||||||
|   rdns = "${var.host_name}.${var.domain_name}" |  | ||||||
| } |  | ||||||
| @@ -1,4 +0,0 @@ | |||||||
| resource "linode_rdns" "this_ipv6" { |  | ||||||
|   address = element(split("/", linode_instance.this.ipv6), 0) |  | ||||||
|   rdns = "${var.host_name}.${var.domain_name}" |  | ||||||
| } |  | ||||||
		Reference in New Issue
	
	Block a user