Don't wait
This commit is contained in:
@@ -4,5 +4,5 @@ resource "linode_rdns" "this_ipv4" {
|
|||||||
linode_domain_record.this_ipv4,
|
linode_domain_record.this_ipv4,
|
||||||
]
|
]
|
||||||
rdns = "${var.host_name}.${var.domain_name}"
|
rdns = "${var.host_name}.${var.domain_name}"
|
||||||
wait_for_available = true
|
wait_for_available = false
|
||||||
}
|
}
|
||||||
|
@@ -4,5 +4,5 @@ resource "linode_rdns" "this_ipv6" {
|
|||||||
linode_domain_record.this_ipv6,
|
linode_domain_record.this_ipv6,
|
||||||
]
|
]
|
||||||
rdns = "${var.host_name}.${var.domain_name}"
|
rdns = "${var.host_name}.${var.domain_name}"
|
||||||
wait_for_available = true
|
wait_for_available = false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user