feat(static): adds new static origins feature
This commit is contained in:
parent
6a29d68985
commit
15a85b1efe
20 changed files with 843 additions and 7 deletions
|
@ -39,6 +39,7 @@ from app.terraform.proxy.meta import ProxyMetaAutomation
|
|||
from app.terraform.proxy.azure_cdn import ProxyAzureCdnAutomation
|
||||
from app.terraform.proxy.cloudfront import ProxyCloudfrontAutomation
|
||||
from app.terraform.proxy.fastly import ProxyFastlyAutomation
|
||||
from app.terraform.static.aws import StaticAWSAutomation
|
||||
|
||||
jobs = {
|
||||
x.short_name: x # type: ignore[attr-defined]
|
||||
|
@ -62,6 +63,7 @@ jobs = {
|
|||
BridgeGandiAutomation,
|
||||
BridgeHcloudAutomation,
|
||||
BridgeOvhAutomation,
|
||||
StaticAWSAutomation,
|
||||
EotkAWSAutomation,
|
||||
ProxyAzureCdnAutomation,
|
||||
ProxyCloudfrontAutomation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue