Skip to content

Commit

Permalink
Merge pull request #8152 from ministryofjustice/feature/cdpt-initial-…
Browse files Browse the repository at this point in the history
…changes

Amended name on pagerduty_event_orchestration cdpt_ifs_cloudwatch to …
  • Loading branch information
SteveLinden authored Oct 3, 2024
2 parents 3dc1cbd + 28d7688 commit a3c631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/pagerduty/member-services-integrations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ resource "pagerduty_service" "cdpt-ifs" {
}

resource "pagerduty_event_orchestration" "cdpt_ifs_cloudwatch" {
name = data.pagerduty_vendor.cloudwatch.name
name = "cdpt_ifs_cloudwatch orchestration integration"
description = "Integrates with PagerDuty"
team = pagerduty_team.modernisation_platform_members.id
}
Expand Down

0 comments on commit a3c631d

Please sign in to comment.