Link to section on disabling beta functions

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-10-30 13:16:24 -07:00
parent 6ad29d18ed
commit a32fbb7b05
1 changed files with 4 additions and 1 deletions

View File

@ -673,7 +673,10 @@ purpose programming language allows a function to use more advanced logic to
template resources, like loops and conditionals.
{{<hint "important" >}}
Composition functions are a beta feature.
Composition functions is a beta feature. Crossplane enables beta functions by
default. The
[Composition Functions]({{<ref "./composition-functions#disable-composition-functions">}})
page explains how to disable composition functions.
{{< /hint >}}
To use composition functions define a {{<hover label="xfn"