Skip to content

Commit e6c6a9e

Browse files
authored
Remove comments (#3)
1 parent d4fe921 commit e6c6a9e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

variables.tf

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
# variable "permission_sets" {
15-
# default = {}
16-
# }
17-
# variable "account_assignments" {
18-
# default = []
19-
# }
20-
211
variable "permission_sets" {
222
description = "Map of maps containing Permission Set names as keys. See permission_sets description in README for information about map values."
233
type = any

0 commit comments

Comments
 (0)