mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Linking provider-defined functions from the what's new page (#1584)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
31c8db1508
commit
672435e472
@ -85,7 +85,7 @@ If you have access to an AWS, GCP account, or an OpenBao/MPL-licensed HashiCorp
|
||||
|
||||
## Provider-defined functions
|
||||
|
||||
The new Terraform Plugin SDK added support for provider-defined functions that you can use directly in OpenTofu. This is a significant improvement over using data sources as provider-defined functions don't increase the size of your state file and require less code to write.
|
||||
The new Terraform Plugin SDK added support for [provider-defined functions](../language/functions/index.mdx#provider-defined-functions) that you can use directly in OpenTofu. This is a significant improvement over using data sources as provider-defined functions don't increase the size of your state file and require less code to write.
|
||||
|
||||
If you want to test provider-defined functions, you can use the [corefunc](https://library.tf/providers/northwood-labs/corefunc/latest) provider by [Ryan Parman](https://github.com/skyzyx):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user