smart/aws: add 10s timeout for dns provider

handles errors where dns server may take a moment
to serve the new record
This commit is contained in:
Iain Learmonth 2022-07-04 15:29:21 +01:00
parent 3c94fc10f5
commit 51092865a2

View file

@ -53,6 +53,7 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
key_name = local.rfc2136_tsig_key
key_secret = local.rfc2136_tsig_secret
key_algorithm = "hmac-sha512"
timeout = "10s"
}
}