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
| authorize\_read\_secrets | Should this role also be authorized to decrypt and read secrets. |`bool`|`true`| no |
38
39
| iam\_path | n/a |`string`|`"/"`| no |
40
+
| oidc | A list of AWS OIDC IDPs to establish a trust relationship for this role. | <pre>list(object(<br> {<br> idp_arn : string, # the AWS IAM IDP arn<br> client_ids : list(string), # a list of oidc client ids<br> provider : string # your provider url, such as foo.okta.com<br> }<br> ))</pre> |`[]`| no |
39
41
| role\_name | n/a |`string`|`"readonly"`| no |
40
42
| saml\_idp\_arn | The AWS SAML IDP arn to establish a trust relationship. Ignored if empty or not provided. |`string`|`""`| no |
41
43
| source\_account\_id | The source AWS account to establish a trust relationship. Ignored if empty or not provided. DEPRECATED: Please use source\_account\_ids. |`string`|`""`| no |
0 commit comments