Skip to content

Commit

Permalink
Merge pull request #12 from companieshouse/feature/update-oracle-alarms
Browse files Browse the repository at this point in the history
Update Oracle Alarms
  • Loading branch information
sienkin authored Sep 9, 2022
2 parents 7b4877f + 2ffedb2 commit b7fcac5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions groups/rds/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,12 @@ module "rds_start_stop_schedule" {
}

module "rds_cloudwatch_alarms" {
source = "git@github.com:companieshouse/terraform-modules//aws/rds_cloudwatch_alarms?ref=tags/1.0.167"
source = "git@github.com:companieshouse/terraform-modules//aws/oracledb_cloudwatch_alarms?ref=tags/1.0.173"

rds_instance_id = module.busobj_rds.this_db_instance_id
rds_instance_shortname = upper(var.name)
db_instance_id = module.busobj_rds.this_db_instance_id
db_instance_shortname = upper(var.name)
alarm_actions_enabled = var.alarm_actions_enabled
alarm_name_prefix = "Oracle RDS"
alarm_topic_name = var.alarm_topic_name
alarm_topic_name_ooh = var.alarm_topic_name_ooh
}

0 comments on commit b7fcac5

Please sign in to comment.