Compare commits
1 Commits
2022-05-30
...
2022-06-01
Author | SHA1 | Date | |
---|---|---|---|
490b2279b4 |
@@ -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
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user