You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ module "sso" {
47
47
| session\_duration | (Optional) The length of time that the application user sessions are valid in the ISO-8601 standard | string | Provider default behavior. |
| managed\_policies | (Optional) List of Managed IAM policies that are attached to permission set. | list(string) | Managed Policies not set. |
50
+
| customer\_managed\_policies | (Optional) List of Customer Managed IAM policies that are attached to permission set. | list(string) | Customer Managed Policies not set. |
50
51
| inline\_policy | (Optional) Inline policy that is attached to permission set. | string | Inline policy not set. |
51
52
52
53
`account_assignments` is a list of maps which have the following keys/value pairs.
@@ -103,4 +104,4 @@ No modules.
103
104
|------|-------------|
104
105
| <aname="output_aws_ssoadmin_account_assignments"></a> [aws\_ssoadmin\_account\_assignments](#output\_aws\_ssoadmin\_account\_assignments)| Maps of account assignments to permission sets with keys user/group\_name.permission\_set\_name.account\_id and attributes listed in Terraform resource aws\_ssoadmin\_account\_assignment documentation. |
105
106
| <aname="output_aws_ssoadmin_permission_sets"></a> [aws\_ssoadmin\_permission\_sets](#output\_aws\_ssoadmin\_permission\_sets)| Maps of permission sets with attributes listed in Terraform resource aws\_ssoadmin\_permission\_set documentation. |
0 commit comments