Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flaconi/terraform-aws-newrelic-link-integration
- Owner: Flaconi
- License: mit
- Created: 2023-06-12T08:59:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-12T14:40:38.000Z (9 months ago)
- Last Synced: 2024-02-12T16:12:16.534Z (9 months ago)
- Topics: aws, flaconi-lite, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 9.77 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-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`
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)**