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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ No modules.
50
50
| <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 |
51
51
| <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 |
52
52
| <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 |
53
+
| <aname="input_provider_trust_policy_conditions"></a> [provider\_trust\_policy\_conditions](#input\_provider\_trust\_policy\_conditions)|[Condition constraints](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#condition) applied to the trust policy |`any`|`[]`| no |
53
54
| <aname="input_provider_url"></a> [provider\_url](#input\_provider\_url)| URL of the OIDC Provider. Use provider\_urls to specify several URLs. |`string`|`""`| no |
54
55
| <aname="input_provider_urls"></a> [provider\_urls](#input\_provider\_urls)| List of URLs of the OIDC Providers |`list(string)`|`[]`| no |
55
56
| <aname="input_role_description"></a> [role\_description](#input\_role\_description)| IAM Role description |`string`|`""`| no |
description="[Condition constraints](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#condition) applied to the trust policy"
0 commit comments