Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flaconi/terraform-aws-newrelic-integration
- Owner: Flaconi
- License: mit
- Created: 2019-12-02T10:41:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T09:46:08.000Z (10 months ago)
- Last Synced: 2024-02-05T11:12:42.587Z (10 months ago)
- Topics: aws, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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 InputsThe 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):
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)**