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-assumable-role-with-oidc/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ No modules.
44
44
| <aname="input_force_detach_policies"></a> [force\_detach\_policies](#input\_force\_detach\_policies)| Whether policies should be detached from this role when destroying |`bool`|`false`| no |
45
45
| <aname="input_max_session_duration"></a> [max\_session\_duration](#input\_max\_session\_duration)| Maximum CLI/API session duration in seconds between 3600 and 43200 |`number`|`3600`| no |
46
46
| <aname="input_number_of_role_policy_arns"></a> [number\_of\_role\_policy\_arns](#input\_number\_of\_role\_policy\_arns)| Number of IAM policies to attach to IAM role |`number`|`null`| no |
47
+
| <aname="input_oidc_audiences_with_wildcards"></a> [oidc\_audiences\_with\_wildcards](#input\_oidc\_audiences\_with\_wildcards)| The audiences using wildcards to be added to the role policy. |`set(string)`|`[]`| no |
47
48
| <aname="input_oidc_fully_qualified_audiences"></a> [oidc\_fully\_qualified\_audiences](#input\_oidc\_fully\_qualified\_audiences)| The audience to be added to the role policy. Set to sts.amazonaws.com for cross-account assumable role. Leave empty otherwise. |`set(string)`|`[]`| no |
48
49
| <aname="input_oidc_fully_qualified_subjects"></a> [oidc\_fully\_qualified\_subjects](#input\_oidc\_fully\_qualified\_subjects)| The fully qualified OIDC subjects to be added to the role policy |`set(string)`|`[]`| no |
49
50
| <aname="input_oidc_subjects_with_wildcards"></a> [oidc\_subjects\_with\_wildcards](#input\_oidc\_subjects\_with\_wildcards)| The OIDC subject using wildcards to be added to the role policy |`set(string)`|`[]`| no |
0 commit comments