-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtools.json
102 lines (102 loc) · 2.85 KB
/
tools.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"opentofu": {
"license": "MPL-2.0",
"licenseURL": "https://github.com/opentofu/opentofu/blob/main/LICENSE",
"registry": "https://search.opentofu.org/",
"features": [
{
"name": "Test",
"version": "1.6",
"url": "https://opentofu.org/docs/cli/commands/test/"
},
{
"name": "State encryption",
"url": "https://opentofu.org/docs/language/state/encryption/",
"version": "1.7"
},
{
"name": "Removed block",
"version": "1.7",
"url": "https://developer.hashicorp.com/terraform/language/modules/syntax#removing-modules"
},
{
"name": "Provider-defined functions",
"version": "1.7"
},
{
"name": "Configured provider-defined functions",
"version": "1.7"
},
{
"name": "Loopable import blocks",
"version": "1.7",
"url": "https://opentofu.org/docs/v1.7/language/import/#importing-multiple-resources"
},
{
"name": "templatefile() and templatestring() recursion",
"version": "1.7",
"url": "https://opentofu.org/docs/language/functions/templatestring/"
},
{
"name": "Backend configuration using locals and variables",
"version": "1.8"
},
{
"name": ".tofu extension",
"version": "1.8"
},
{
"name": "Provider mocking",
"version": "1.8"
},
{
"name": "override_resource, override_data, override_module",
"version": "1.8"
}
]
},
"terraform": {
"license": "BUSL-1.1",
"licenseURL": "https://github.com/hashicorp/terraform/blob/main/LICENSE",
"registry": "https://registry.terraform.io/",
"features": [
{
"name": "Test",
"version": "1.6",
"url": "https://developer.hashicorp.com/terraform/language/tests"
},
{
"name": "Removed block",
"version": "1.7",
"url": "https://opentofu.org/docs/language/resources/syntax/#removing-resources"
},
{
"name": "Provider-defined functions",
"version": "1.8"
},
{
"name": "Provider mocking",
"version": "1.7"
},
{
"name": "override_resource, override_data, override_module",
"version": "1.7"
},
{
"name": "Stacks*",
"version": "1.9",
"url": "https://developer.hashicorp.com/terraform/language/stacks"
},
{
"name": "templatefile() and templatestring() recursion",
"version": "1.9",
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
},
{
"name": "Loopable import blocks",
"version": "1.7",
"url": "https://developer.hashicorp.com/terraform/language/v1.7.x/import#import-multiple-instances-with-for_each"
}
]
}
}