proxy/meta: fix typo
This commit is contained in:
parent
21fffa8a91
commit
9b9f11d4ca
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from app.terraform.proxy.azure_cdn import ProxyAzureCdnAutomation
|
|||
from app.terraform.proxy.cloudfront import ProxyCloudfrontAutomation
|
||||
from app.terraform.proxy.fastly import ProxyFastlyAutomation
|
||||
|
||||
PROXY_PROVIDERS = {p.short_name: p for p in [ # In order of preference
|
||||
PROXY_PROVIDERS = {p.provider: p for p in [ # In order of preference
|
||||
ProxyCloudfrontAutomation,
|
||||
ProxyFastlyAutomation,
|
||||
ProxyAzureCdnAutomation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue