Skip to content

Commit 588ac0e

Browse files
austinvallebflad
andauthored
Update website/docs/plugin/framework/handling-data/dynamic-data.mdx
Co-authored-by: Brian Flad <[email protected]>
1 parent b1411d1 commit 588ac0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/plugin/framework/handling-data/dynamic-data.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dynamic data handling uses the [framework dynamic type](/terraform/plugin/framew
1818

1919
Using dynamic data has a negative impact on practitioner experience when using Terraform and downstream tooling, like practitioner configuration editor integrations. Dynamics do not change how [Terraform's static type system](/terraform/language/expressions/types) behaves and all data consistency rules are applied the same as static types. Provider developers should understand all the below [considerations](#considerations) when creating a provider with a dynamic type.
2020

21-
It's recommended that provider developers only use dynamics when using one or more static types is not a suitable alternative.
21+
Only use a dynamic type when there is not a suitable static type alternative.
2222

2323
## Considerations
2424

0 commit comments

Comments
 (0)