Skip to content

Commit

Permalink
Removing other hooks from NR to AWS (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Sep 13, 2024
1 parent bc4d861 commit 2c1e345
Showing 1 changed file with 2 additions and 50 deletions.
52 changes: 2 additions & 50 deletions aws/newrelic/aws_integration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -222,57 +222,9 @@ resource "newrelic_cloud_aws_integrations" "newrelic_cloud_integration_pull" {
count = var.env == "staging" ? 1 : 0
account_id = var.new_relic_account_id
linked_account_id = newrelic_cloud_aws_link_account.newrelic_cloud_integration_pull[0].id
billing {}
cloudtrail {}
health {}
trusted_advisor {}
vpc {}
x_ray {}
s3 {}
doc_db {}
sqs {}
ebs {}
alb {}
elasticache {}
api_gateway {}
auto_scaling {}
aws_app_sync {}
aws_athena {}
aws_cognito {}
aws_connect {}
aws_direct_connect {}
aws_fsx {}
aws_glue {}
aws_kinesis_analytics {}
aws_media_convert {}
aws_media_package_vod {}
aws_mq {}
aws_msk {}
aws_neptune {}
aws_qldb {}
aws_route53resolver {}
aws_states {}
aws_transit_gateway {}
aws_waf {}
aws_wafv2 {}
cloudfront {}
dynamodb {}
ec2 {}
ecs {}
efs {}
elasticbeanstalk {}
elasticsearch {}
emr {}
iam {}
iot {}
kinesis {}
kinesis_firehose {}

lambda {}
rds {}
redshift {}
route53 {}
ses {}
sns {}

}

resource "aws_s3_bucket" "newrelic_configuration_recorder_s3" {
Expand Down

0 comments on commit 2c1e345

Please sign in to comment.