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:43 -04:00 committed by GitHub
parent 2195d7a45f
commit 4f88445d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" {