We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a54e77 commit 54a8bd3Copy full SHA for 54a8bd3
website/docs/plugin/framework/functions/parameters/index.mdx
@@ -50,6 +50,12 @@ Parameter type that accepts a structure of explicit attribute names.
50
51
### Dynamic Parameter Type
52
53
+<Note>
54
+
55
+Dynamic value handling is an advanced use case. Prefer static parameter types when possible unless absolutely necessary for your use case.
56
57
+</Note>
58
59
Parameter that accepts any value type, determined by Terraform at runtime.
60
61
| Parameter Type | Use Case |
website/docs/plugin/framework/handling-data/dynamic-data.mdx
@@ -1,7 +1,7 @@
1
---
2
page_title: 'Plugin Development - Framework: Handling Data - Dynamic Data'
3
description: >-
4
- How to handle data when utilizing dynamic attributes or dynamic function parameters.
+ How to handle data when utilizing dynamic types.
5
6
7
# Dynamic Data
0 commit comments