Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Inputs

The 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`

### [name](#input\_name)

Description: n/a

Type: `string`

### [type](#input\_type)

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`

### [tags](#input\_tags)

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)**