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


https://github.com/flaconi/terraform-aws-newrelic-integration

aws terraform terraform-module

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Terraform IAM NewRelic integration
This module will create AWS IAM entities to allow integration with NewRelic

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

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 3 |

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.3 |
| [aws](#requirement\_aws) | >= 3 |


## Required Inputs

The following input variables are required:

### [newrelic\_aws\_account](#input\_newrelic\_aws\_account)

Description: n/a

Type: `string`

### [newrelic\_external\_id](#input\_newrelic\_external\_id)

Description: n/a

Type: `string`

## Optional Inputs

The following input variables are optional (have default values):

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

Description: A mapping of tags to assign to all resources

Type: `map(string)`

Default: `{}`


## Outputs

| Name | Description |
|------|-------------|
| [iam\_role\_arn](#output\_iam\_role\_arn) | n/a |

**[MIT License](LICENSE)**

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