Skip to content

Commit

Permalink
Merge pull request #7445 from ministryofjustice/cdpt-ifs-pagerduty
Browse files Browse the repository at this point in the history
add integration key
  • Loading branch information
roncitrus authored Jul 5, 2024
2 parents 36a2dbc + c1038fc commit 1a9a270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/pagerduty/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ resource "aws_secretsmanager_secret_version" "pagerduty_integration_keys" {
delius_mis_prod_alarms = pagerduty_service_integration.delius_mis_prod.integration_key
laa_edw_nonprod_alarms = pagerduty_service_integration.edw_non_prod.integration_key
laa_edw_prod_alarms = pagerduty_service_integration.edw_prod.integration_key
cdpt-ifs-alarms = pagerduty_service_integration.cdpt_ifs_cloudwatch.integration_key
})
}

Expand Down

0 comments on commit 1a9a270

Please sign in to comment.