Skip to content

Commit

Permalink
use v2.0.0 in module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Oct 18, 2023
1 parent 4919949 commit a2b9af8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "pagerduty_core_alerts" {
depends_on = [
aws_sns_topic.csr_alarms,
]
source = "github.com/ministryofjustice/modernisation-platform-terraform-pagerduty-integration?ref=v1.0.0"
source = "github.com/ministryofjustice/modernisation-platform-terraform-pagerduty-integration?ref=v2.0.0"
sns_topics = [aws_sns_topic.csr_alarms.name]
pagerduty_integration_key = local.pagerduty_integration_keys["csr_alarms"]
}

0 comments on commit a2b9af8

Please sign in to comment.