Skip to content

Commit feb98db

Browse files
committed
feat(newrelic_cloud_aws_integrations): Add remaining aws polling integrations.
1 parent 925a317 commit feb98db

6 files changed

+2532
-276
lines changed

examples/modules/cloud-integrations/aws/main.tf

+18
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,24 @@ resource "newrelic_cloud_aws_integrations" "newrelic_cloud_integration_pull" {
241241
aws_waf {}
242242
aws_wafv2 {}
243243
cloudfront {}
244+
dynamodb {}
245+
ec2 {}
246+
ecs {}
247+
efs {}
248+
elasticbeanstalk {}
249+
elasticsearch {}
250+
elb {}
251+
emr {}
252+
iam {}
253+
iot {}
254+
kinesis {}
255+
kinesis_firehose {}
256+
lambda {}
257+
rds {}
258+
redshift {}
259+
route53 {}
260+
ses {}
261+
sns {}
244262
}
245263

246264
resource "aws_s3_bucket" "newrelic_configuration_recorder_s3" {

0 commit comments

Comments
 (0)