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
Copy file name to clipboardExpand all lines: website/docs/plugin/framework/handling-data/dynamic-data.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Dynamic data handling uses the [framework dynamic type](/terraform/plugin/framew
18
18
19
19
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.
20
20
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.
0 commit comments