Skip to content

Commit

Permalink
Rm data call
Browse files Browse the repository at this point in the history
  • Loading branch information
gillettmoj committed Oct 29, 2024
1 parent f00b42b commit f8c0d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/account/region/application_insights.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_sns_topic" "cloudwatch_application_insights" {
name = "CloudWatch-Application-Insights-to-PagerDuty-${var.environment_name}"
kms_master_key_id = data.aws_kms_alias.pagerduty_sns.target_key_arn
kms_master_key_id = aws_kms_alias.pagerduty_sns.target_key_arn

provider = aws.region
}
Expand Down

0 comments on commit f8c0d95

Please sign in to comment.