You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added write-only as a descriptor, handled similarly to "sensitive"
* Added write-only tests to respective test files
* Ran linter
* Added more Write-Only unit tests for nested blocks and attributes
* Added acceptance testing
* Update internal/schemamd/render.go
---------
Copy file name to clipboardExpand all lines: cmd/tfplugindocs/testdata/scripts/schema-json/generate/framework_provider_success_all_framework_types.txtar
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ example resource
93
93
- `single_nested_block` (Block, Optional) example single nested block (see [below for nested schema](#nestedblock--single_nested_block))
94
94
- `single_nested_block_sensitive_nested_attribute` (Block, Optional) example sensitive single nested block (see [below for nested schema](#nestedblock--single_nested_block_sensitive_nested_attribute))
95
95
- `string_attribute` (String) example string attribute
96
+
- `write_only_string_attribute` (String, Write-only) example write-only string attribute
0 commit comments