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/mpc-party/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,7 @@ The module can optionally create:
361
361
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| The name of the EKS cluster for IRSA configuration |`string`| n/a | yes |
362
362
| <aname="input_common_tags"></a> [common\_tags](#input\_common\_tags)| Deprecated common tags to apply to all AWS resources |`map(string)`| <pre>{<br/> "module": "mpc-party",<br/> "terraform": "true"<br/>}</pre> | no |
363
363
| <aname="input_config_map_name"></a> [config\_map\_name](#input\_config\_map\_name)| Name of the ConfigMap |`string`|`"mpc-party"`| no |
364
+
| <aname="input_connector_role_name"></a> [connector\_role\_name](#input\_connector\_role\_name)| The name of the connector role |`string`|`""`| no |
364
365
| <aname="input_create_config_map"></a> [create\_config\_map](#input\_create\_config\_map)| Whether to create a ConfigMap with S3 bucket environment variables |`bool`|`true`| no |
365
366
| <aname="input_create_irsa"></a> [create\_irsa](#input\_create\_irsa)| Whether to create IRSA (IAM Roles for Service Accounts) role for secure AWS access |`bool`|`true`| no |
366
367
| <aname="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace)| Whether to create the Kubernetes namespace |`bool`|`true`| no |
@@ -383,6 +384,7 @@ The module can optionally create:
| <aname="input_kms_key_usage"></a> [kms\_key\_usage](#input\_kms\_key\_usage)| Key usage for KMS |`string`|`"ENCRYPT_DECRYPT"`| no |
385
386
| <aname="input_kms_use_cross_account_kms_key"></a> [kms\_use\_cross\_account\_kms\_key](#input\_kms\_use\_cross\_account\_kms\_key)| Whether a KMS key has been created in a different AWS account |`bool`|`false`| no |
387
+
| <aname="input_mpc_party_role_name"></a> [mpc\_party\_role\_name](#input\_mpc\_party\_role\_name)| The name of the MPC party role |`string`|`""`| no |
386
388
| <aname="input_namespace_annotations"></a> [namespace\_annotations](#input\_namespace\_annotations)| Additional annotations to apply to the namespace |`map(string)`|`{}`| no |
387
389
| <aname="input_namespace_labels"></a> [namespace\_labels](#input\_namespace\_labels)| Additional labels to apply to the namespace |`map(string)`|`{}`| no |
388
390
| <aname="input_network_environment"></a> [network\_environment](#input\_network\_environment)| MPC network environment that determines region constraints |`string`|`"testnet"`| no |
0 commit comments