proxy/meta: only create proxies for providers that are enabled

This commit is contained in:
Iain Learmonth 2022-10-23 12:14:29 +01:00
parent 18d6f294f4
commit 3f07f0e08f
5 changed files with 13 additions and 1 deletions

View file

@ -11,6 +11,7 @@ class ProxyAzureCdnAutomation(ProxyAutomation):
provider = "azure_cdn"
subgroup_members_max = 25
parallelism = 1
cloud_name = "azure"
template_parameters = [
"azure_resource_group_name",