Update for.html.md

Boolean doesn't exist as an accepted type of variable
This commit is contained in:
Alkis Tsitsigkos 2021-08-06 12:54:26 +03:00 committed by GitHub
parent 2f152f1139
commit 1f5069d9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ maps with admin vs non-admin objects:
```hcl
variable "users" {
type = map(object({
is_admin = boolean
is_admin = bool
}))
}