Skip to content

Commit

Permalink
remove synthetics from resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
DFurt committed Nov 6, 2024
1 parent 0c01515 commit 9c23854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ resource "newrelic_alert_policy" "synthetics" {
resource "newrelic_notification_destination" "synthetics" {
for_each = local.merged_monitors

name = "${pagerduty_service.synthetics_newrelic[each.key].name}-synthetics"
name = "${pagerduty_service.synthetics_newrelic[each.key].name}"
type = "PAGERDUTY_SERVICE_INTEGRATION"

property {
Expand Down

0 comments on commit 9c23854

Please sign in to comment.