Skip to content

Commit 67e866c

Browse files
authored
chore: Update README.md to include customer_managed_policies. (#16)
1 parent 4c9b7d7 commit 67e866c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module "sso" {
4747
| session\_duration | (Optional) The length of time that the application user sessions are valid in the ISO-8601 standard | string | Provider default behavior. |
4848
| tags | (Optional) Key-value map of resource tags. | string | Provider default behavior |
4949
| 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. |
5051
| inline\_policy | (Optional) Inline policy that is attached to permission set. | string | Inline policy not set. |
5152

5253
`account_assignments` is a list of maps which have the following keys/value pairs.
@@ -103,4 +104,4 @@ No modules.
103104
|------|-------------|
104105
| <a name="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. |
105106
| <a name="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. |
106-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
107+
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 commit comments

Comments
 (0)