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/functions/implementation.mdx
+1-7
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,7 @@ description: >-
6
6
7
7
# Implement Functions
8
8
9
-
<Highlight>
10
-
11
-
Provider-defined function support is in technical preview and offered without compatibility promises until Terraform 1.8 is generally available.
12
-
13
-
</Highlight>
14
-
15
-
The framework supports implementing functions based on Terraform's [concepts for provider-defined functions](/terraform/plugin/framework/functions/concepts). It is recommended to understand those concepts before implementing a function since the terminology is used throughout this page and there are details that simplify function handling as compared to other provider concepts.
9
+
The framework supports implementing functions based on Terraform's [concepts for provider-defined functions](/terraform/plugin/framework/functions/concepts). It is recommended to understand those concepts before implementing a function since the terminology is used throughout this page and there are details that simplify function handling as compared to other provider concepts. Provider-defined functions are supported in Terraform 1.8 and later.
16
10
17
11
The main code components of a function implementation are:
Copy file name to clipboardExpand all lines: website/docs/plugin/framework/functions/index.mdx
-6
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ description: >-
8
8
9
9
# Functions
10
10
11
-
<Highlight>
12
-
13
-
Provider-defined function support is in technical preview and offered without compatibility promises until Terraform 1.8 is generally available.
14
-
15
-
</Highlight>
16
-
17
11
Functions are an abstraction that allow providers to expose computational logic beyond Terraform's [built-in functions](/terraform/language/functions) and simplify practitioner configurations. Provider-defined functions are supported in Terraform 1.8 and later.
0 commit comments