-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.contracts.json
More file actions
47 lines (47 loc) · 1.33 KB
/
plugin.contracts.json
File metadata and controls
47 lines (47 loc) · 1.33 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
39
40
41
42
43
44
45
46
47
{
"version": "v1",
"contracts": [
{
"kind": "step",
"type": "step.iac_generate_hcl",
"mode": "strict",
"config": "workflow.plugins.tofu.v1.IacGenerateHclConfig",
"output": "workflow.plugins.tofu.v1.IacGenerateHclOutput"
},
{
"kind": "step",
"type": "step.tofu_init",
"mode": "strict",
"config": "workflow.plugins.tofu.v1.TofuInitConfig",
"output": "workflow.plugins.tofu.v1.TofuCommandOutput"
},
{
"kind": "step",
"type": "step.tofu_plan",
"mode": "strict",
"config": "workflow.plugins.tofu.v1.TofuPlanConfig",
"output": "workflow.plugins.tofu.v1.TofuPlanOutput"
},
{
"kind": "step",
"type": "step.tofu_apply",
"mode": "strict",
"config": "workflow.plugins.tofu.v1.TofuApplyConfig",
"output": "workflow.plugins.tofu.v1.TofuApplyOutput"
},
{
"kind": "step",
"type": "step.tofu_state_import",
"mode": "strict",
"config": "workflow.plugins.tofu.v1.TofuStateImportConfig",
"output": "workflow.plugins.tofu.v1.TofuStateImportOutput"
},
{
"kind": "step",
"type": "step.tofu_state_export",
"mode": "strict",
"config": "workflow.plugins.tofu.v1.TofuStateExportConfig",
"output": "workflow.plugins.tofu.v1.TofuStateExportOutput"
}
]
}