We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0ca94 commit 3955f8eCopy full SHA for 3955f8e
modules/iam_identity_center/variables.tf
@@ -1,5 +1,5 @@
1
variable "permission_sets" {
2
- type = map(object({
+ type = list(object({
3
name = string
4
description = string
5
relay_state = string
0 commit comments