list/http_post: adds http post distribution lists
This commit is contained in:
parent
218779bd20
commit
21f7cbddcb
3 changed files with 38 additions and 0 deletions
|
@ -27,6 +27,7 @@ from app.terraform.bridge.hcloud import BridgeHcloudAutomation
|
|||
from app.terraform.bridge.ovh import BridgeOvhAutomation
|
||||
from app.terraform.list.github import ListGithubAutomation
|
||||
from app.terraform.list.gitlab import ListGitlabAutomation
|
||||
from app.terraform.list.http_post import ListHttpPostAutomation
|
||||
from app.terraform.list.s3 import ListS3Automation
|
||||
from app.terraform.proxy.meta import ProxyMetaAutomation
|
||||
from app.terraform.proxy.azure_cdn import ProxyAzureCdnAutomation
|
||||
|
@ -54,6 +55,7 @@ jobs = {
|
|||
EotkAWSAutomation,
|
||||
ListGithubAutomation,
|
||||
ListGitlabAutomation,
|
||||
ListHttpPostAutomation,
|
||||
ListS3Automation,
|
||||
ProxyAzureCdnAutomation,
|
||||
ProxyCloudfrontAutomation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue