From 8b53637230876fdf93ac3fe9d38060e0f75b953a Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 1 Nov 2021 15:17:51 -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 54b2f297a..a983192be 100644 --- a/website/docs/language/values/variables.html.md +++ b/website/docs/language/values/variables.html.md @@ -308,7 +308,7 @@ random_pet.animal: Creation complete after 0s [id=jae-known-mongoose] [inpage-nullable]: #disallowing-null-input-values --> This feature was introduced in Terraform v1.1.0. +-> This feature is available in Terraform v1.1.0 and later. The `nullable` argument in a variable block controls whether the module caller may assign the value `null` to the variable.