proxy/meta: only create proxies for providers that are enabled
This commit is contained in:
parent
18d6f294f4
commit
3f07f0e08f
5 changed files with 13 additions and 1 deletions
|
@ -11,6 +11,7 @@ class ProxyCloudfrontAutomation(ProxyAutomation):
|
|||
description = "Deploy proxies to AWS CloudFront"
|
||||
provider = "cloudfront"
|
||||
smart_proxies = True
|
||||
cloud_name = "aws"
|
||||
|
||||
template_parameters = [
|
||||
"aws_access_key",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue