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: modules/iam-group-with-assumable-roles-policy/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ No modules.
37
37
| <aname="input_assumable_roles"></a> [assumable\_roles](#input\_assumable\_roles)| List of IAM roles ARNs which can be assumed by the group |`list(string)`|`[]`| no |
38
38
| <aname="input_group_users"></a> [group\_users](#input\_group\_users)| List of IAM users to have in an IAM group which can assume the role |`list(string)`|`[]`| no |
39
39
| <aname="input_name"></a> [name](#input\_name)| Name of IAM policy and IAM group |`string`| n/a | yes |
40
+
| <aname="input_path"></a> [path](#input\_path)| Path of IAM policy and IAM group |`string`|`"/"`| no |
40
41
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources. |`map(string)`|`{}`| no |
0 commit comments