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_config_data"></a> [additional\_config\_data](#input\_additional\_config\_data)| Additional key-value pairs to add to the ConfigMap |`map(string)`|`{}`| no |
347
+
| <aname="input_bucket_prefix"></a> [bucket\_prefix](#input\_bucket\_prefix)| The prefix for the S3 bucket names |`string`|`"mpc-vault"`| no |
345
348
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| The name of the EKS cluster for IRSA configuration |`string`| n/a | yes |
346
-
| <aname="input_common_tags"></a> [common\_tags](#input\_common\_tags)|Common tags to apply to all AWS resources |`map(string)`| <pre>{<br/> "module": "mpc-party",<br/> "terraform": "true"<br/>}</pre> | no |
349
+
| <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 |
347
350
| <aname="input_config_map_name"></a> [config\_map\_name](#input\_config\_map\_name)| Name of the ConfigMap (defaults to 'mpc-party-config-{party\_name}' if not provided) |`string`|`null`| no |
348
351
| <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 |
349
352
| <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 |
@@ -428,10 +431,8 @@ The module can optionally create:
428
431
| <aname="input_rds_vpc_id"></a> [rds\_vpc\_id](#input\_rds\_vpc\_id)| VPC ID hosting the RDS instance. |`string`|`null`| no |
429
432
| <aname="input_service_account_annotations"></a> [service\_account\_annotations](#input\_service\_account\_annotations)| Additional annotations to apply to the service account (excluding IRSA annotations which are handled automatically) |`map(string)`|`{}`| no |
430
433
| <aname="input_service_account_labels"></a> [service\_account\_labels](#input\_service\_account\_labels)| Additional labels to apply to the service account |`map(string)`|`{}`| no |
431
-
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource |`map(string)`|`{}`| no |
434
+
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource |`map(string)`|<pre>{<br/> "module": "mpc-party",<br/> "terraform": "true"<br/>}</pre>| no |
432
435
| <aname="input_testnet_supported_regions"></a> [testnet\_supported\_regions](#input\_testnet\_supported\_regions)| AWS regions supported by the MPC party for testnet |`list(string)`| <pre>[<br/> "eu-west-1"<br/>]</pre> | no |
433
-
| <aname="input_vault_private_bucket_name"></a> [vault\_private\_bucket\_name](#input\_vault\_private\_bucket\_name)| The name of the S3 bucket for private MPC party storage |`string`| n/a | yes |
434
-
| <aname="input_vault_public_bucket_name"></a> [vault\_public\_bucket\_name](#input\_vault\_public\_bucket\_name)| The name of the S3 bucket for public MPC party storage |`string`| n/a | yes |
0 commit comments