Skip to content

Commit 161e3c1

Browse files
committed
updated the README.md
1 parent 6f75f3e commit 161e3c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This Terraform module provisions an Amazon RDS PostgreSQL database on AWS. Amazo
1717
6. Supports encryption at rest using AWS Key Management Service (KMS) for enhanced security.
1818
7. Enables fine-grained control over network access through security groups and VPC settings.
1919
8. Offers customizable tags for resource categorization and management.
20+
9. CloudWatch Alerts: Set up CloudWatch alarms to monitor the health and performance of your Redis cluster. Integrate these alarms with AWS Simple Notification Service (SNS) to receive real-time alerts. Use AWS Lambda functions to customize your alerting logic, and send notifications to Slack channels for immediate visibility into your RDS POstgresql status.
2021

2122
## Usage Examples
2223
```hcl

examples/complete/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ No providers.
2424

2525
| Name | Source | Version |
2626
|------|--------|---------|
27-
| <a name="module_rds-pg"></a> [rds-pg](#module\_rds-pg) | squareops/postgresql-rds/aws | n/a |
27+
| <a name="module_rds-pg"></a> [rds-pg](#module\_rds-pg) | squareops/rds-postgresql/aws | n/a |
2828

2929
## Resources
3030

lambda/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ No requirements.
1616

1717
| Name | Version |
1818
|------|---------|
19-
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
19+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.17.0 |
2020

2121
## Modules
2222

@@ -56,5 +56,4 @@ No modules.
5656
| <a name="output_exec_role_id"></a> [exec\_role\_id](#output\_exec\_role\_id) | The ID of the Function's IAM Role. |
5757
| <a name="output_invoke_arn"></a> [invoke\_arn](#output\_invoke\_arn) | The ARN to be used for invoking Lambda Function from API Gateway. |
5858
| <a name="output_name"></a> [name](#output\_name) | The name of the Lambda Function. |
59-
6059
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 commit comments

Comments
 (0)