File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "opentofu" : {
3- "version" : " 1.10 " ,
3+ "version" : " 1.11 " ,
44 "versionURL" : " https://github.com/opentofu/opentofu/releases/latest" ,
55 "license" : " MPL-2.0" ,
66 "licenseURL" : " https://github.com/opentofu/opentofu/blob/main/LICENSE" ,
8989 "name" : " External key providers" ,
9090 "version" : " 1.10" ,
9191 "url" : " https://opentofu.org/docs/intro/whats-new/#external-key-providers"
92+ },
93+ {
94+ "name" : " Ephemeral values and write-only arguments" ,
95+ "version" : " 1.11" ,
96+ "url" : " https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
97+ },
98+ {
99+ "name" : " Enabled for resources and modules" ,
100+ "version" : " 1.11" ,
101+ "url" : " https://opentofu.org/docs/language/meta-arguments/enabled/"
92102 }
93103 ]
94104 },
127137 "url" : " https://developer.hashicorp.com/terraform/language/functions/templatestring"
128138 },
129139 {
130- "name" : " Ephemeral values and resources " ,
140+ "name" : " Ephemeral values and write-only arguments " ,
131141 "version" : " 1.10" ,
132142 "url" : " https://developer.hashicorp.com/terraform/language/resources/ephemeral"
133143 },
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ var schemaData = []byte(`{
6464
6565var tools = []byte (`{
6666 "opentofu": {
67- "version": "1.10 ",
67+ "version": "1.11 ",
6868 "versionURL": "https://github.com/opentofu/opentofu/releases/latest",
6969 "license": "MPL-2.0",
7070 "licenseURL": "https://github.com/opentofu/opentofu/blob/main/LICENSE",
@@ -153,6 +153,16 @@ var tools = []byte(`{
153153 "name": "External key providers",
154154 "version": "1.10",
155155 "url": "https://opentofu.org/docs/intro/whats-new/#external-key-providers"
156+ },
157+ {
158+ "name": "Ephemeral values and write-only arguments",
159+ "version": "1.11",
160+ "url": "https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
161+ },
162+ {
163+ "name": "Enabled for resources and modules",
164+ "version": "1.11",
165+ "url": "https://opentofu.org/docs/language/meta-arguments/enabled/"
156166 }
157167 ]
158168 },
@@ -191,7 +201,7 @@ var tools = []byte(`{
191201 "url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
192202 },
193203 {
194- "name": "Ephemeral values and resources ",
204+ "name": "Ephemeral values and write-only arguments ",
195205 "version": "1.10",
196206 "url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral"
197207 },
Original file line number Diff line number Diff line change 11{
22 "opentofu" : {
3- "version" : " 1.10 " ,
3+ "version" : " 1.11 " ,
44 "versionURL" : " https://github.com/opentofu/opentofu/releases/latest" ,
55 "license" : " MPL-2.0" ,
66 "licenseURL" : " https://github.com/opentofu/opentofu/blob/main/LICENSE" ,
8989 "name" : " External key providers" ,
9090 "version" : " 1.10" ,
9191 "url" : " https://opentofu.org/docs/intro/whats-new/#external-key-providers"
92+ },
93+ {
94+ "name" : " Ephemeral values and write-only arguments" ,
95+ "version" : " 1.11" ,
96+ "url" : " https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
97+ },
98+ {
99+ "name" : " Enabled for resources and modules" ,
100+ "version" : " 1.11" ,
101+ "url" : " https://opentofu.org/docs/language/meta-arguments/enabled/"
92102 }
93103 ]
94104 },
127137 "url" : " https://developer.hashicorp.com/terraform/language/functions/templatestring"
128138 },
129139 {
130- "name" : " Ephemeral values and resources " ,
140+ "name" : " Ephemeral values and write-only arguments " ,
131141 "version" : " 1.10" ,
132142 "url" : " https://developer.hashicorp.com/terraform/language/resources/ephemeral"
133143 },
You can’t perform that action at this time.
0 commit comments