Skip to content

Commit 9f37e2b

Browse files
terraform-docs: automated action
1 parent 39595de commit 9f37e2b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

rds-postgres/cloudwatch-alarms/README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,22 @@ Creates useful CloudWatch Alarms for an RDS Postgres database.
77

88
| Name | Version |
99
|------|---------|
10-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14.0 |
10+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.6.2 |
1111
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.0 |
1212

1313
## Providers
1414

1515
| Name | Version |
1616
|------|---------|
17-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.67.0 |
18-
19-
## Modules
20-
21-
No modules.
17+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.0 |
2218

2319
## Resources
2420

2521
| Name | Type |
2622
|------|------|
2723
| [aws_cloudwatch_metric_alarm.check_cpu_balance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |
2824
| [aws_cloudwatch_metric_alarm.cpu](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |
25+
| [aws_cloudwatch_metric_alarm.db_connections_limit](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |
2926
| [aws_cloudwatch_metric_alarm.disk](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |
3027
| [aws_cloudwatch_metric_alarm.memory](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |
3128
| [aws_ec2_instance_type.instance_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_type) | data source |
@@ -36,10 +33,8 @@ No modules.
3633
|------|-------------|------|---------|:--------:|
3734
| <a name="input_alarm_actions"></a> [alarm\_actions](#input\_alarm\_actions) | SNS topic ARNs or other actions to invoke for alarms | `list(string)` | `[]` | no |
3835
| <a name="input_allocated_storage"></a> [allocated\_storage](#input\_allocated\_storage) | Size in GB for the database instance | `number` | n/a | yes |
36+
| <a name="input_db_connections_limit_threshold"></a> [db\_connections\_limit\_threshold](#input\_db\_connections\_limit\_threshold) | The percentage threshold for number of database connections. Default: 80 | `number` | `80` | no |
37+
| <a name="input_db_memory_threshold"></a> [db\_memory\_threshold](#input\_db\_memory\_threshold) | The percentage threshold of FreeableMemory left for the Database. Default: 20 | `number` | `20` | no |
3938
| <a name="input_identifier"></a> [identifier](#input\_identifier) | Identifier of the database to monitor | `string` | n/a | yes |
4039
| <a name="input_instance_class"></a> [instance\_class](#input\_instance\_class) | Tier for the database instance to monitor | `string` | n/a | yes |
41-
42-
## Outputs
43-
44-
No outputs.
4540
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)