Update for.html.md
Boolean doesn't exist as an accepted type of variable
This commit is contained in:
parent
2f152f1139
commit
1f5069d9dc
|
@ -98,7 +98,7 @@ maps with admin vs non-admin objects:
|
||||||
```hcl
|
```hcl
|
||||||
variable "users" {
|
variable "users" {
|
||||||
type = map(object({
|
type = map(object({
|
||||||
is_admin = boolean
|
is_admin = bool
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue