Skip to content

Commit 8638f2d

Browse files
updated readme and variable for slack
1 parent 0606820 commit 8638f2d

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

examples/complete-psql-replica/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module "rds-pg" {
107107
cloudwatch_metric_alarms_enabled = true
108108
alarm_cpu_threshold_percent = 70
109109
disk_free_storage_space = "10000000" # in bytes
110+
slack_notification_enabled = false
110111
slack_username = "Admin"
111112
slack_channel = "postgresql-notification"
112113
slack_webhook_url = "https://hooks/xxxxxxxx"

0 commit comments

Comments
 (0)