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:
parent
3c94fc10f5
commit
51092865a2
1 changed files with 9 additions and 8 deletions
|
@ -53,6 +53,7 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
|
||||||
key_name = local.rfc2136_tsig_key
|
key_name = local.rfc2136_tsig_key
|
||||||
key_secret = local.rfc2136_tsig_secret
|
key_secret = local.rfc2136_tsig_secret
|
||||||
key_algorithm = "hmac-sha512"
|
key_algorithm = "hmac-sha512"
|
||||||
|
timeout = "10s"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue