Skip to content

Commit 04e908e

Browse files
authored
Merge pull request #42 from lechnerc77/feat/requests
docs: add feature requests
2 parents 1f417b9 + 66811db commit 04e908e

3 files changed

Lines changed: 70 additions & 0 deletions

File tree

data/tools.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,22 @@
104104
"name": "Enabled for resources and modules",
105105
"version": "1.11",
106106
"url": "https://opentofu.org/docs/language/meta-arguments/enabled/"
107+
},
108+
{
109+
"name": "Import via identity attribute",
110+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/2854"
111+
},
112+
{
113+
"name": "Backend implementation for Oracle Cloud Infrastructure (OCI) Object Storage",
114+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/1011"
115+
},
116+
{
117+
"name": "Search for resources in a declarative way",
118+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/3787"
119+
},
120+
{
121+
"name": "Actions for performing day-two operations",
122+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/3309"
107123
}
108124
]
109125
},
@@ -138,6 +154,10 @@
138154
"version": "1.9",
139155
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
140156
},
157+
{
158+
"name": "Backend configuration using locals and variables",
159+
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/13022"
160+
},
141161
{
142162
"name": "Provider mocking",
143163
"version": "1.7"
@@ -151,6 +171,10 @@
151171
"version": "1.10",
152172
"url": "https://developer.hashicorp.com/terraform/language/v1.10.x/upgrade-guides#s3-backend"
153173
},
174+
{
175+
"name": "OCI registry support",
176+
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/31463"
177+
},
154178
{
155179
"name": "Ephemeral values and resources",
156180
"version": "1.10",
@@ -161,6 +185,10 @@
161185
"version": "1.11",
162186
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral/write-only"
163187
},
188+
{
189+
"name": "Enabled for resources and modules",
190+
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/21953"
191+
},
164192
{
165193
"name": "Import via identity attribute",
166194
"version": "1.12",

static/tools.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,22 @@
104104
"name": "Enabled for resources and modules",
105105
"version": "1.11",
106106
"url": "https://opentofu.org/docs/language/meta-arguments/enabled/"
107+
},
108+
{
109+
"name": "Import via identity attribute",
110+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/2854"
111+
},
112+
{
113+
"name": "Backend implementation for Oracle Cloud Infrastructure (OCI) Object Storage",
114+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/1011"
115+
},
116+
{
117+
"name": "Search for resources in a declarative way",
118+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/3787"
119+
},
120+
{
121+
"name": "Actions for performing day-two operations",
122+
"featureRequestURL": "https://github.com/opentofu/opentofu/issues/3309"
107123
}
108124
]
109125
},
@@ -138,6 +154,10 @@
138154
"version": "1.9",
139155
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
140156
},
157+
{
158+
"name": "Backend configuration using locals and variables",
159+
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/13022"
160+
},
141161
{
142162
"name": "Provider mocking",
143163
"version": "1.7"
@@ -151,6 +171,10 @@
151171
"version": "1.10",
152172
"url": "https://developer.hashicorp.com/terraform/language/v1.10.x/upgrade-guides#s3-backend"
153173
},
174+
{
175+
"name": "OCI registry support",
176+
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/31463"
177+
},
154178
{
155179
"name": "Ephemeral values and resources",
156180
"version": "1.10",
@@ -161,6 +185,10 @@
161185
"version": "1.11",
162186
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral/write-only"
163187
},
188+
{
189+
"name": "Enabled for resources and modules",
190+
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/21953"
191+
},
164192
{
165193
"name": "Import via identity attribute",
166194
"version": "1.12",

tools/tools.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ features:
6262
url: https://developer.hashicorp.com/terraform/language/functions/templatestring
6363
- name: Backend configuration using locals and variables
6464
tools:
65+
terraform:
66+
featureRequestURL: https://github.com/hashicorp/terraform/issues/13022
6567
opentofu:
6668
version: "1.8"
6769
- name: .tofu extension
@@ -100,6 +102,8 @@ features:
100102
url: https://developer.hashicorp.com/terraform/language/v1.10.x/upgrade-guides#s3-backend
101103
- name: OCI registry support
102104
tools:
105+
terraform:
106+
featureRequestURL: https://github.com/hashicorp/terraform/issues/31463
103107
opentofu:
104108
version: "1.10"
105109
url: https://opentofu.org/docs/cli/oci_registries/
@@ -136,6 +140,8 @@ features:
136140
url: https://developer.hashicorp.com/terraform/language/resources/ephemeral/write-only
137141
- name: Enabled for resources and modules
138142
tools:
143+
terraform:
144+
featureRequestURL: https://github.com/hashicorp/terraform/issues/21953
139145
opentofu:
140146
version: "1.11"
141147
url: https://opentofu.org/docs/language/meta-arguments/enabled/
@@ -144,18 +150,26 @@ features:
144150
terraform:
145151
version: "1.12"
146152
url: https://developer.hashicorp.com/terraform/plugin/framework/resources/identity
153+
opentofu:
154+
featureRequestURL: https://github.com/opentofu/opentofu/issues/2854
147155
- name: Backend implementation for Oracle Cloud Infrastructure (OCI) Object Storage
148156
tools:
149157
terraform:
150158
version: "1.12"
151159
url: https://developer.hashicorp.com/terraform/language/backend/oci
160+
opentofu:
161+
featureRequestURL: https://github.com/opentofu/opentofu/issues/1011
152162
- name: Search for resources in a declarative way
153163
tools:
154164
terraform:
155165
version: "1.14"
156166
url: https://developer.hashicorp.com/terraform/cli/commands/query
167+
opentofu:
168+
featureRequestURL: https://github.com/opentofu/opentofu/issues/3787
157169
- name: Actions for performing day-two operations
158170
tools:
159171
terraform:
160172
version: "1.14"
161173
url: https://developer.hashicorp.com/terraform/language/invoke-actions
174+
opentofu:
175+
featureRequestURL: https://github.com/opentofu/opentofu/issues/3309

0 commit comments

Comments
 (0)