Skip to content

Commit bc93a3c

Browse files
authored
Merge pull request #36 from Yantrio/fix/feature-terminology-confusion
2 parents 8f4b562 + d3e0536 commit bc93a3c

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

data/tools.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,15 @@
9191
"url": "https://opentofu.org/docs/intro/whats-new/#external-key-providers"
9292
},
9393
{
94-
"name": "Ephemeral values and write-only arguments",
94+
"name": "Ephemeral values and resources",
9595
"version": "1.11",
9696
"url": "https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
9797
},
98+
{
99+
"name": "Write-only attributes",
100+
"version": "1.11",
101+
"url": "https://opentofu.org/docs/main/language/ephemerality/write-only-attributes/"
102+
},
98103
{
99104
"name": "Enabled for resources and modules",
100105
"version": "1.11",
@@ -137,7 +142,7 @@
137142
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
138143
},
139144
{
140-
"name": "Ephemeral values and write-only arguments",
145+
"name": "Ephemeral values and resources",
141146
"version": "1.10",
142147
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral"
143148
},

main.go

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,15 @@ var tools = []byte(`{
155155
"url": "https://opentofu.org/docs/intro/whats-new/#external-key-providers"
156156
},
157157
{
158-
"name": "Ephemeral values and write-only arguments",
158+
"name": "Ephemeral values and resources",
159159
"version": "1.11",
160160
"url": "https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
161161
},
162+
{
163+
"name": "Write-only attributes",
164+
"version": "1.11",
165+
"url": "https://opentofu.org/docs/main/language/ephemerality/write-only-attributes/"
166+
},
162167
{
163168
"name": "Enabled for resources and modules",
164169
"version": "1.11",
@@ -201,7 +206,7 @@ var tools = []byte(`{
201206
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
202207
},
203208
{
204-
"name": "Ephemeral values and write-only arguments",
209+
"name": "Ephemeral values and resources",
205210
"version": "1.10",
206211
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral"
207212
},

static/tools.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,15 @@
9191
"url": "https://opentofu.org/docs/intro/whats-new/#external-key-providers"
9292
},
9393
{
94-
"name": "Ephemeral values and write-only arguments",
94+
"name": "Ephemeral values and resources",
9595
"version": "1.11",
9696
"url": "https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
9797
},
98+
{
99+
"name": "Write-only attributes",
100+
"version": "1.11",
101+
"url": "https://opentofu.org/docs/main/language/ephemerality/write-only-attributes/"
102+
},
98103
{
99104
"name": "Enabled for resources and modules",
100105
"version": "1.11",
@@ -137,7 +142,7 @@
137142
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
138143
},
139144
{
140-
"name": "Ephemeral values and write-only arguments",
145+
"name": "Ephemeral values and resources",
141146
"version": "1.10",
142147
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral"
143148
},

0 commit comments

Comments
 (0)