Update website/docs/language/values/variables.html.md

Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
James Bardin 2021-11-01 15:17:51 -04:00 committed by GitHub
parent 4f88445d05
commit 8b53637230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.