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
@@ -51,6 +51,7 @@ suitable for application credentials. We recommend you combine this module with
51
51
| <aname="input_identifier"></a> [identifier](#input\_identifier)| Identifier of the database for which a login will be managed |`string`| n/a | yes |
52
52
| <aname="input_initial_password"></a> [initial\_password](#input\_initial\_password)| ARN of the KMS key used to encrypt the admin login |`string`| n/a | yes |
53
53
| <aname="input_read_principals"></a> [read\_principals](#input\_read\_principals)| Principals allowed to read the secret (default: current account) |`list(string)`|`null`| no |
54
+
| <aname="input_replica_regions"></a> [replica\_regions](#input\_replica\_regions)| List of regions to replicate the secret to | <pre>list(object({<br> region = string<br> kms_key_id = optional(string)<br> }))</pre> |`[]`| no |
54
55
| <aname="input_secret_name"></a> [secret\_name](#input\_secret\_name)| Override the name for this secret |`string`|`null`| no |
55
56
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| Security groups to attach to the rotation function |`list(string)`|`[]`| no |
56
57
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Subnets in which the rotation function should run |`list(string)`| n/a | yes |
0 commit comments