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-link-integration

Links aws cloud integration and setup strongly opinionated pull and push link
https://github.com/flaconi/terraform-aws-newrelic-link-integration

aws flaconi-lite terraform terraform-module

Last synced: about 4 hours ago
JSON representation

Links aws cloud integration and setup strongly opinionated pull and push link

Awesome Lists containing this project

README

        

# terraform-aws-newrelic-link-integration

This module create push and pull integration from aws to newrelic with strongly opinionated pull settings

[![lint](https://github.com/flaconi/terraform-aws-newrelic-link-integration/workflows/lint/badge.svg)](https://github.com/flaconi/terraform-aws-newrelic-link-integration/actions?query=workflow%3Alint)
[![test](https://github.com/flaconi/terraform-aws-newrelic-link-integration/workflows/test/badge.svg)](https://github.com/flaconi/terraform-aws-newrelic-link-integration/actions?query=workflow%3Atest)
[![Tag](https://img.shields.io/github/tag/flaconi/terraform-aws-newrelic-link-integration.svg)](https://github.com/flaconi/terraform-aws-newrelic-link-integration/releases)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 4.53 |
| [newrelic](#provider\_newrelic) | ~> 3.24.1 |

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
| [aws](#requirement\_aws) | >= 4.53 |
| [newrelic](#requirement\_newrelic) | ~> 3.24.1 |

## Required Inputs

The following input variables are required:

### [newrelic\_api\_key\_ssm\_path](#input\_newrelic\_api\_key\_ssm\_path)

Description: ssm path where to retrieve the nr api key

Type: `string`

### [newrelic\_account\_id\_ssm\_path](#input\_newrelic\_account\_id\_ssm\_path)

Description: ssm path where to retrieve the nr account id

Type: `string`

### [role\_arn](#input\_role\_arn)

Description: role arn of the nr integration role

Type: `string`

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

Description: cloud integration name

Type: `string`

## Optional Inputs

No optional inputs.

## Outputs

No outputs.

## License

**[MIT License](LICENSE)**

Copyright (c) 2023 **[Flaconi GmbH](https://github.com/flaconi)**