feat(automate): make temporary working dir optional

This commit is contained in:
Iain Learmonth 2022-11-28 19:03:24 +00:00
parent 109851745b
commit d9158ac942
2 changed files with 13 additions and 8 deletions

View file

@ -19,9 +19,7 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
"rfc2136_nameserver",
"rfc2136_tsig_key",
"rfc2136_tsig_secret",
"smart_zone",
"maxmind_account_id",
"maxmind_license_key"
"smart_zone"
]
template = """
@ -30,10 +28,10 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
required_providers {
acme = {
source = "vancluever/acme"
version = "~> 2.8.0"
version = "~> 2.11.0"
}
aws = {
version = "~> 4.4.0"
version = "~> 4.41.0"
}
dns = {
version = "~> 3.2.3"