mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
commit
d2f80f35b1
@ -98,7 +98,7 @@ maps with admin vs non-admin objects:
|
||||
```hcl
|
||||
variable "users" {
|
||||
type = map(object({
|
||||
is_admin = boolean
|
||||
is_admin = bool
|
||||
}))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user