Merge pull request #29316 from alkis-hexa/patch-1

Update for.html.md
This commit is contained in:
Laura Pacilio 2021-08-23 12:31:43 -04:00 committed by GitHub
commit d2f80f35b1
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
}))
}