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 d4fe921 commit e6c6a9eCopy full SHA for e6c6a9e
variables.tf
@@ -1,23 +1,3 @@
1
-# variable "permission_sets" {
2
-# type = list(object({
3
-# name = string
4
-# description = string
5
-# relay_state = string
6
-# session_duration = string
7
-# tags = map(string)
8
-# inline_policy = string
9
-# managed_policies = list(string)
10
-# }))
11
-
12
-# default = []
13
-# }
14
15
-# default = {}
16
17
-# variable "account_assignments" {
18
19
20
21
variable "permission_sets" {
22
description = "Map of maps containing Permission Set names as keys. See permission_sets description in README for information about map values."
23
type = any
0 commit comments