Skip to content

Commit ba35cea

Browse files
SBGoodsaustinvalle
andauthored
Apply suggestions from code review
Co-authored-by: Austin Valle <[email protected]>
1 parent 0cf16f3 commit ba35cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfprotov5/schema.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ type SchemaAttribute struct {
223223
Deprecated bool
224224

225225
// WriteOnly, when set to true, indicates that the attribute value will
226-
// be provided via configuration and must be omitted from state. WriteOnly
226+
// be provided via configuration and must be omitted from plan and state response objects. WriteOnly
227227
// must be combined with Optional or Required, and is only valid for managed
228228
// resource schemas.
229229
WriteOnly bool

tfprotov6/schema.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ type SchemaAttribute struct {
255255
Deprecated bool
256256

257257
// WriteOnly, when set to true, indicates that the attribute value will
258-
// be provided via configuration and must be omitted from state. WriteOnly
258+
// be provided via configuration and must be omitted from plan and state response objects. WriteOnly
259259
// must be combined with Optional or Required, and is only valid for managed
260260
// resource schemas.
261261
WriteOnly bool

0 commit comments

Comments
 (0)