File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ type SchemaAttribute struct {
223
223
Deprecated bool
224
224
225
225
// 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
227
227
// must be combined with Optional or Required, and is only valid for managed
228
228
// resource schemas.
229
229
WriteOnly bool
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ type SchemaAttribute struct {
255
255
Deprecated bool
256
256
257
257
// 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
259
259
// must be combined with Optional or Required, and is only valid for managed
260
260
// resource schemas.
261
261
WriteOnly bool
You can’t perform that action at this time.
0 commit comments