Skip to content

Commit 38ec704

Browse files
committed
update psql module
1 parent 5324c5d commit 38ec704

File tree

1 file changed

+6
-0
lines changed
  • examples/complete-psql-replica

1 file changed

+6
-0
lines changed

examples/complete-psql-replica/main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,10 @@ module "rds-pg" {
102102
final_snapshot_identifier_prefix = "final"
103103
major_engine_version = local.engine_version
104104
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 = ""
105111
}

0 commit comments

Comments
 (0)