Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaconi/terraform-aws-newrelic-metric-streams
Creates a firehose and cloudwatch metric stream for newrelic
https://github.com/flaconi/terraform-aws-newrelic-metric-streams
aws flaconi-lite terraform terraform-module
Last synced: about 4 hours ago
JSON representation
Creates a firehose and cloudwatch metric stream for newrelic
- Host: GitHub
- URL: https://github.com/flaconi/terraform-aws-newrelic-metric-streams
- Owner: Flaconi
- License: mit
- Created: 2023-06-09T08:06:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-12T14:40:35.000Z (9 months ago)
- Last Synced: 2024-02-12T16:12:13.179Z (9 months ago)
- Topics: aws, flaconi-lite, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-newrelic-metric-streams
Terraform module to create a firehose and cloud watch metric stream or logs to newrelic[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 5.4 |
| [newrelic](#provider\_newrelic) | ~> 3.25 |
| [random](#provider\_random) | ~> 3.5 |## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
| [aws](#requirement\_aws) | >= 5.4 |
| [newrelic](#requirement\_newrelic) | ~> 3.25 |
| [random](#requirement\_random) | ~> 3.5 |
## Required InputsThe following input variables are required:
### [newrelic\_api\_key\_ssm\_path](#input\_newrelic\_api\_key\_ssm\_path)
Description: flag to decide to create lambda budgets or not
Type: `string`
### [newrelic\_account\_id\_ssm\_path](#input\_newrelic\_account\_id\_ssm\_path)
Description: flag to decide to create lambda budgets or not
Type: `string`
Description: n/a
Type: `string`
Description: n/a
Type: `string`
## Optional Inputs
The following input variables are optional (have default values):
### [kinesis\_stream\_arn](#input\_kinesis\_stream\_arn)
Description: n/a
Type: `string`
Default: `null`
Description: A mapping of tags to assign to all resources
Type: `map(string)`
Default: `{}`
## Outputs
| Name | Description |
|------|-------------|
| [firehose\_delivery\_stream\_arn](#output\_firehose\_delivery\_stream\_arn) | n/a |## License
**[MIT License](LICENSE)**
Copyright (c) 2023 **[Flaconi GmbH](https://github.com/flaconi)**