Skip to content

Commit c9dad9b

Browse files
Update index.mdx
1 parent d27710c commit c9dad9b

File tree

1 file changed

+2
-2
lines changed
  • website/docs/plugin/framework/functions/parameters

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: Function parameters
33
description: >-
4-
The Terraform provider framework includes multiple built-in function parameter
4+
The Terraform plugin framework includes multiple built-in function parameter
55
types and supports dynamic parameters. Parameters are positional data
66
arguments in a function definition.
77
---
@@ -127,4 +127,4 @@ func (v CustomStringValue) ValidateParameter(ctx context.Context, req function.V
127127
}
128128
```
129129

130-
Refer to [Custom Types](/terraform/plugin/framework/handling-data/types/custom) for further details on creating provider-defined types and values
130+
Refer to [Custom Types](/terraform/plugin/framework/handling-data/types/custom) for further details on creating provider-defined types and values

0 commit comments

Comments
 (0)