-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 1.02 KB
/
plugin.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "workflow-plugin-tofu",
"version": "0.0.0",
"description": "OpenTofu/Terraform adapter: HCL generation from abstract infra specs, plan/apply execution, and state import/export",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "core",
"private": false,
"minEngineVersion": "0.53.0",
"keywords": [
"opentofu",
"terraform",
"iac",
"hcl",
"infrastructure",
"aws",
"gcp",
"azure",
"digitalocean"
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-tofu",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-tofu",
"capabilities": {
"configProvider": false,
"moduleTypes": [],
"stepTypes": [
"step.iac_generate_hcl",
"step.tofu_init",
"step.tofu_plan",
"step.tofu_apply",
"step.tofu_state_import",
"step.tofu_state_export"
],
"triggerTypes": []
}
}