From 33cbf2698dc03cd8792f73ba30e70e3bff1154c8 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Wed, 7 Oct 2020 10:58:05 -0400 Subject: [PATCH] Typo fix in eval_variable --- terraform/eval_variable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/eval_variable.go b/terraform/eval_variable.go index 98dfab1ab..72734b788 100644 --- a/terraform/eval_variable.go +++ b/terraform/eval_variable.go @@ -12,7 +12,7 @@ import ( "github.com/zclconf/go-cty/cty/convert" ) -// evalVariableValidations ensures ta all of the configured custom validations +// evalVariableValidations ensures that all of the configured custom validations // for a variable are passing. // // This must be used only after any side-effects that make the value of the