Skip to content

Commit 54a8bd3

Browse files
austinvallebflad
andauthored
Apply suggestions from code review
Co-authored-by: Brian Flad <[email protected]>
1 parent 1a54e77 commit 54a8bd3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

website/docs/plugin/framework/functions/parameters/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ Parameter type that accepts a structure of explicit attribute names.
5050

5151
### Dynamic Parameter Type
5252

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+
5359
Parameter that accepts any value type, determined by Terraform at runtime.
5460

5561
| Parameter Type | Use Case |

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: 'Plugin Development - Framework: Handling Data - Dynamic Data'
33
description: >-
4-
How to handle data when utilizing dynamic attributes or dynamic function parameters.
4+
How to handle data when utilizing dynamic types.
55
---
66

77
# Dynamic Data

0 commit comments

Comments
 (0)