Skip to content

Commit 5adf7f0

Browse files
ansgarmSBGoods
andcommitted
Apply suggestions from code review
Co-authored-by: Selena Goods <github@simplebox.anonaddy.com>
1 parent e8c485f commit 5adf7f0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

tfprotov5/internal/tfplugin5/tfplugin5.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tfprotov5/internal/tfplugin5/tfplugin5.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ message Function {
290290
}
291291

292292
message ActionSchema {
293-
// A LinkedResource is a resource that is linked to an action action.
294-
// An action can cause action drift to a linked resource, terraform will
293+
// A LinkedResource is a resource that is linked to an action.
294+
// An action can cause action drift to a linked resource, and terraform will
295295
// update the linked resource with the drifted value.
296296
message LinkedResource {
297297
message LinkedAttribute {

tfprotov6/internal/tfplugin6/tfplugin6.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tfprotov6/internal/tfplugin6/tfplugin6.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ message Function {
277277
}
278278

279279
message ActionSchema {
280-
// A LinkedResource is a resource that is linked to an action action.
281-
// An action can cause action drift to a linked resource, terraform will
280+
// A LinkedResource is a resource that is linked to an action.
281+
// An action can cause action drift to a linked resource, and terraform will
282282
// update the linked resource with the drifted value.
283283
message LinkedResource {
284284
message LinkedAttribute {

0 commit comments

Comments
 (0)