File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,9 @@ data "aws_iam_policy_document" "assume_aws_team" {
4141module "role_map" {
4242 source = " ../account-map/modules/roles-to-principals"
4343
44- teams = var. aws_teams_accessible
45- privileged = var. privileged
44+ teams = var. aws_teams_accessible
45+ privileged = var. privileged
46+ overridable_team_permission_set_name_pattern = var. overridable_team_permission_set_name_pattern
4647
4748 context = module. this . context
4849}
Original file line number Diff line number Diff line change @@ -69,4 +69,11 @@ variable "account_map_component_name" {
6969 type = string
7070 description = " The name of the account-map component"
7171 default = " account-map"
72- }
72+ }
73+
74+ variable "overridable_team_permission_set_name_pattern" {
75+ type = string
76+ description = " The pattern used to generate the AWS SSO PermissionSet name for each team"
77+ default = " Identity%sTeamAccess"
78+ }
79+
You can’t perform that action at this time.
0 commit comments