Skip to content

Commit

Permalink
Revert "Putting new relic integration into staging (#1450)" (#1452)
Browse files Browse the repository at this point in the history
This reverts commit cf6ab2a.
  • Loading branch information
ben851 authored Jul 23, 2024
1 parent cf6ab2a commit c45d31a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt_plan_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
lambda-google-cidr: ${{ steps.filter.outputs.lambda-google-cidr }}
system_status: ${{ steps.filter.outputs.system_status }}
system_status_static_site: ${{ steps.filter.outputs.system_status_static_site }}
newrelic: ${{ steps.filter.outputs.newrelic }}
new_relic: ${{ steps.filter.outputs.newrelic }}

steps:

Expand Down
8 changes: 0 additions & 8 deletions aws/newrelic/aws_integration.tf

This file was deleted.

8 changes: 2 additions & 6 deletions aws/newrelic/notifications.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ resource "newrelic_workflow" "terraform_notify_workflow" {


destination {
channel_id = newrelic_notification_channel.terraform_notify_channel.id
notification_triggers = [
"ACKNOWLEDGED",
"ACTIVATED",
"CLOSED"
]
channel_id = newrelic_notification_channel.terraform_notify_channel.id
notification_triggers = []
}

issues_filter {
Expand Down

0 comments on commit c45d31a

Please sign in to comment.