feat(static): create web origins for the static mirrors
This commit is contained in:
parent
5d00dc8fe1
commit
51779b6cc3
5 changed files with 92 additions and 17 deletions
|
@ -40,6 +40,7 @@ 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
|
||||
from app.terraform.static.meta import StaticMetaAutomation
|
||||
|
||||
jobs = {
|
||||
x.short_name: x # type: ignore[attr-defined]
|
||||
|
@ -56,6 +57,7 @@ jobs = {
|
|||
|
||||
# Create new resources
|
||||
BridgeMetaAutomation,
|
||||
StaticMetaAutomation,
|
||||
ProxyMetaAutomation,
|
||||
|
||||
# Terraform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue