Skip to content

Commit

Permalink
Fix documentation typos
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Valle <[email protected]>
  • Loading branch information
SBGoods and austinvalle authored Jun 24, 2024
1 parent c325e35 commit 7716b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changes/unreleased/FEATURES-20240621-132441.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: FEATURES
body: 'resource/schema/Int32planmodifier: New package with built-in implementations
body: 'resource/schema/int32planmodifier: New package with built-in implementations
for Int32 value plan modification.'
time: 2024-06-21T13:24:41.31229-04:00
custom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ func (r ThingResource) Schema(ctx context.Context, req resource.SchemaRequest, r
}
```

If the string value should be the element type of a [collection attribute type](/terraform/plugin/framework/handling-data/attributes#collection-attribute-types), set the `ElementType` field according to the [int32 type](/terraform/plugin/framework/handling-data/types/int32). Refer to the collection attribute type documentation for additional details.
If the int32 value should be the element type of a [collection attribute type](/terraform/plugin/framework/handling-data/attributes#collection-attribute-types), set the `ElementType` field according to the [int32 type](/terraform/plugin/framework/handling-data/types/int32). Refer to the collection attribute type documentation for additional details.

If the string value should be a value type of an [object attribute type](/terraform/plugin/framework/handling-data/attributes#object-attribute-type), set the `AttributeTypes` map value according to the [int32 type](/terraform/plugin/framework/handling-data/types/int32). Refer to the object attribute type documentation for additional details.
If the int32 value should be a value type of an [object attribute type](/terraform/plugin/framework/handling-data/attributes#object-attribute-type), set the `AttributeTypes` map value according to the [int32 type](/terraform/plugin/framework/handling-data/types/int32). Refer to the object attribute type documentation for additional details.

### Configurability

Expand Down

0 comments on commit 7716b45

Please sign in to comment.