From b6b7632a8f339b90e13e5fa29712c381eee984a5 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sat, 31 Oct 2020 15:58:35 -0400 Subject: [PATCH] Add note that template can be used as input to variable in variable definition (#15493) --- source/_integrations/script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index 80c006ad4ef..367c3fa4892 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -59,7 +59,7 @@ variables: type: map keys: PARAMETER_NAME: - description: The value of the variable. Any YAML is valid. + description: The value of the variable. Any YAML is valid. Templates can also be used to pass a value to the variable. type: any fields: description: Information about the parameters that the script uses; see the [Passing variables to scripts](#passing-variables-to-scripts) section below.