Don't wait
This commit is contained in:
parent
ed8e4a55c4
commit
490b2279b4
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user