-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.2 KB
/
plugin.json
File metadata and controls
38 lines (38 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "workflow-plugin-digitalocean",
"version": "0.1.0",
"description": "DigitalOcean IaC provider: App Platform, DOKS, databases, Redis cache, load balancers, VPC, firewall, DNS, Spaces, DOCR, certificates, Droplets, IAM (declared), and API gateway",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "infra",
"minEngineVersion": "0.3.51",
"keywords": ["digitalocean", "iac", "infra", "kubernetes", "database", "app-platform", "spaces", "redis"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-digitalocean",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-digitalocean",
"capabilities": {
"configProvider": false,
"moduleTypes": [],
"stepTypes": [],
"triggerTypes": [],
"iacProvider": {
"name": "digitalocean",
"resourceTypes": [
"infra.container_service",
"infra.k8s_cluster",
"infra.database",
"infra.cache",
"infra.load_balancer",
"infra.vpc",
"infra.firewall",
"infra.dns",
"infra.storage",
"infra.registry",
"infra.certificate",
"infra.droplet",
"infra.iam_role",
"infra.api_gateway"
]
}
}
}