|
1 | 1 | <!-- BEGIN_TF_DOCS -->
|
2 |
| -[](https://www.geekcell.io/) |
| 2 | +[](https://www.geekcell.io/) |
3 | 3 |
|
4 | 4 | ### Code Quality
|
5 | 5 | [](https://github.com/geekcell/terraform-aws-new-relic-integration/blob/master/LICENSE)
|
|
36 | 36 | # Terraform AWS New Relic Integration
|
37 | 37 |
|
38 | 38 | Terraform module which creates resources to integrate AWS with New Relic by using Kinesis Firehose streams. Supports
|
39 |
| -VPC Flow logs. |
| 39 | +VPC Flow logs. Comes with the following sub modules: |
| 40 | + |
| 41 | +[Fargate PHP Daemon](./modules/fargate\_php\_daemon/README.md) |
| 42 | +[SSM License Key](./modules/ssm\_license\_key/README.md) |
40 | 43 |
|
41 | 44 | ## Inputs
|
42 | 45 |
|
@@ -72,17 +75,17 @@ No outputs.
|
72 | 75 |
|
73 | 76 | ## Resources
|
74 | 77 |
|
75 |
| -- resource.aws_cloudwatch_metric_stream.main (main.tf#137) |
76 |
| -- resource.aws_flow_log.main (main.tf#286) |
77 |
| -- resource.aws_kinesis_firehose_delivery_stream.cloudwatch_metrics (main.tf#149) |
78 |
| -- resource.aws_kinesis_firehose_delivery_stream.vpc_flow_logs (main.tf#185) |
79 |
| -- resource.aws_s3_bucket.main (main.tf#253) |
80 |
| -- resource.aws_s3_bucket_acl.main (main.tf#259) |
81 |
| -- resource.aws_s3_bucket_public_access_block.main (main.tf#274) |
82 |
| -- resource.aws_s3_bucket_server_side_encryption_configuration.main (main.tf#264) |
83 |
| -- resource.newrelic_api_access_key.main (main.tf#303) |
84 |
| -- resource.newrelic_cloud_aws_link_account.main (main.tf#317) |
85 |
| -- data source.aws_caller_identity.current (main.tf#7) |
| 78 | +- resource.aws_cloudwatch_metric_stream.main (main.tf#140) |
| 79 | +- resource.aws_flow_log.main (main.tf#289) |
| 80 | +- resource.aws_kinesis_firehose_delivery_stream.cloudwatch_metrics (main.tf#152) |
| 81 | +- resource.aws_kinesis_firehose_delivery_stream.vpc_flow_logs (main.tf#188) |
| 82 | +- resource.aws_s3_bucket.main (main.tf#256) |
| 83 | +- resource.aws_s3_bucket_acl.main (main.tf#262) |
| 84 | +- resource.aws_s3_bucket_public_access_block.main (main.tf#277) |
| 85 | +- resource.aws_s3_bucket_server_side_encryption_configuration.main (main.tf#267) |
| 86 | +- resource.newrelic_api_access_key.main (main.tf#306) |
| 87 | +- resource.newrelic_cloud_aws_link_account.main (main.tf#320) |
| 88 | +- data source.aws_caller_identity.current (main.tf#10) |
86 | 89 |
|
87 | 90 | # Examples
|
88 | 91 | ### Minimal
|
|
0 commit comments