diff --git a/website/docs/r/kubernetes_flux_configuration.html.markdown b/website/docs/r/kubernetes_flux_configuration.html.markdown index 07e003f7a3b1..fac8c6001920 100644 --- a/website/docs/r/kubernetes_flux_configuration.html.markdown +++ b/website/docs/r/kubernetes_flux_configuration.html.markdown @@ -217,6 +217,7 @@ A `post_build` block supports the following: --- A `substitute_from` block supports the following: + * `kind` - (Required) Specifies the source kind to hold the variables to be used in substitution. Possible values are `ConfigMap` and `Secret`. * `name` - (Required) Specifies the name of the ConfigMap/Secret that holds the variables to be used in substitution.