Skip to content

Commit 36cc8f5

Browse files
terraform-docs: automated action
1 parent 5585286 commit 36cc8f5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

rds-postgres/admin-login/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ suitable for application credentials. We recommend you combine this module with
1616
| Name | Version |
1717
|------|---------|
1818
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.2 |
19-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
19+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 6.0 |
2020

2121
## Providers
2222

2323
| Name | Version |
2424
|------|---------|
25-
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
25+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 6.0 |
2626

2727
## Modules
2828

2929
| Name | Source | Version |
3030
|------|--------|---------|
31-
| <a name="module_rotation"></a> [rotation](#module\_rotation) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.8.0 |
32-
| <a name="module_secret"></a> [secret](#module\_secret) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.8.0 |
31+
| <a name="module_rotation"></a> [rotation](#module\_rotation) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.9.1 |
32+
| <a name="module_secret"></a> [secret](#module\_secret) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.9.1 |
3333
| <a name="module_security_group"></a> [security\_group](#module\_security\_group) | ../../security-group | n/a |
3434

3535
## Resources
@@ -51,6 +51,7 @@ suitable for application credentials. We recommend you combine this module with
5151
| <a name="input_identifier"></a> [identifier](#input\_identifier) | Identifier of the database for which a login will be managed | `string` | n/a | yes |
5252
| <a name="input_initial_password"></a> [initial\_password](#input\_initial\_password) | ARN of the KMS key used to encrypt the admin login | `string` | n/a | yes |
5353
| <a name="input_read_principals"></a> [read\_principals](#input\_read\_principals) | Principals allowed to read the secret (default: current account) | `list(string)` | `null` | no |
54+
| <a name="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 |
5455
| <a name="input_secret_name"></a> [secret\_name](#input\_secret\_name) | Override the name for this secret | `string` | `null` | no |
5556
| <a name="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids) | Security groups to attach to the rotation function | `list(string)` | `[]` | no |
5657
| <a name="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

Comments
 (0)