Skip to content

Commit 3955f8e

Browse files
committed
undo type change
1 parent 6e0ca94 commit 3955f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/iam_identity_center/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "permission_sets" {
2-
type = map(object({
2+
type = list(object({
33
name = string
44
description = string
55
relay_state = string

0 commit comments

Comments
 (0)