We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5324c5d commit 38ec704Copy full SHA for 38ec704
examples/complete-psql-replica/main.tf
@@ -102,4 +102,10 @@ module "rds-pg" {
102
final_snapshot_identifier_prefix = "final"
103
major_engine_version = local.engine_version
104
deletion_protection = false
105
+ cloudwatch_metric_alarms_enabled = true
106
+ alarm_cpu_threshold_percent = 70
107
+ disk_free_storage_space = "10000000" # in bytes
108
+ slack_username = ""
109
+ slack_channel = ""
110
+ slack_webhook_url = ""
111
}
0 commit comments