proxy/meta: fix typo

This commit is contained in:
Iain Learmonth 2022-10-08 18:09:38 +01:00
parent 21fffa8a91
commit 9b9f11d4ca

View file

@ -14,7 +14,7 @@ from app.terraform.proxy.azure_cdn import ProxyAzureCdnAutomation
from app.terraform.proxy.cloudfront import ProxyCloudfrontAutomation from app.terraform.proxy.cloudfront import ProxyCloudfrontAutomation
from app.terraform.proxy.fastly import ProxyFastlyAutomation 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, ProxyCloudfrontAutomation,
ProxyFastlyAutomation, ProxyFastlyAutomation,
ProxyAzureCdnAutomation ProxyAzureCdnAutomation