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: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@
36
36
| <aname="input_create_tfc_workload_identity_role"></a> [create\_tfc\_workload\_identity\_role](#input\_create\_tfc\_workload\_identity\_role)| Create IAM Role for TFC Workload Identity |`bool`|`true`| no |
37
37
| <aname="input_tags"></a> [tags](#input\_tags)| List of tags for resources |`map(string)`|`{}`| no |
38
38
| <aname="input_tfc_oidc_provider_audiences"></a> [tfc\_oidc\_provider\_audiences](#input\_tfc\_oidc\_provider\_audiences)| List of TFC OIDC Provider audiences. This is part of the security configuration between TFC and your AWS account |`list(string)`|`[]`| no |
39
+
| <aname="input_tfc_project_support_match"></a> [tfc\_project\_support\_match](#input\_tfc\_project\_support\_match)| The key to use for Terraform Cloud Project matching in the subject key. This is to work around the module not support projects. You should set this to 'Default Project' or '*' |`string`|`"*"`| no |
39
40
| <aname="input_tfc_workload_identity_role"></a> [tfc\_workload\_identity\_role](#input\_tfc\_workload\_identity\_role)| Name of the IAM Role for TFC |`string`|`"TfcWorkloadIdentity"`| no |
40
41
| <aname="input_tfc_workload_identity_role_audiences"></a> [tfc\_workload\_identity\_role\_audiences](#input\_tfc\_workload\_identity\_role\_audiences)| List of allowed audiences for the IAM Role. Defaults to the one for the OIDC provider if unspecified. |`list(string)`|`[]`| no |
41
42
| <aname="input_tfc_workload_identity_role_description"></a> [tfc\_workload\_identity\_role\_description](#input\_tfc\_workload\_identity\_role\_description)| Description of the IAM Role for TFC |`string`|`"Terraform Cloud Workload Identity"`| no |
description="The key to use for Terraform Cloud Project matching in the subject key. This is to work around the module not support projects. You should set this to 'Default Project' or '*'"
0 commit comments