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
| <aname="input_additional_trust_policy_conditions"></a> [additional\_trust\_policy\_conditions](#input\_additional\_trust\_policy\_conditions)| Additional conditions for the constraint to apply to the trust policy | <pre>list(object({<br/> test = string<br/> variable = string<br/> values = list(string)<br/> }))</pre> |`[]`| no |
85
86
| <aname="input_audience"></a> [audience](#input\_audience)| Audience to use for OIDC role. Defaults to `sts.amazonaws.com` for use with the [official AWS GitHub action](https://github.com/aws-actions/configure-aws-credentials)|`string`|`"sts.amazonaws.com"`| no |
86
87
| <aname="input_create"></a> [create](#input\_create)| Controls if resources should be created (affects all resources) |`bool`|`true`| no |
87
88
| <aname="input_description"></a> [description](#input\_description)| IAM Role description |`string`|`null`| no |
0 commit comments