From 4f88445d05e5b6e348a351b58ee87ac0bf880866 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 1 Nov 2021 15:17:43 -0400 Subject: [PATCH] Update website/docs/language/values/variables.html.md Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/language/values/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/values/variables.html.md b/website/docs/language/values/variables.html.md index 2107b073d..54b2f297a 100644 --- a/website/docs/language/values/variables.html.md +++ b/website/docs/language/values/variables.html.md @@ -311,7 +311,7 @@ random_pet.animal: Creation complete after 0s [id=jae-known-mongoose] -> This feature was introduced in Terraform v1.1.0. The `nullable` argument in a variable block controls whether the module caller -may assign the value `null` to the variable: +may assign the value `null` to the variable. ``` variable "example" {