Don't wait

This commit is contained in:
Jason Rothstein 2022-06-01 21:48:08 -05:00
parent ed8e4a55c4
commit 490b2279b4
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ resource "linode_rdns" "this_ipv4" {
linode_domain_record.this_ipv4,
]
rdns = "${var.host_name}.${var.domain_name}"
wait_for_available = true
wait_for_available = false
}

View File

@ -4,5 +4,5 @@ resource "linode_rdns" "this_ipv6" {
linode_domain_record.this_ipv6,
]
rdns = "${var.host_name}.${var.domain_name}"
wait_for_available = true
wait_for_available = false
}