Adds Metric API

This commit is contained in:
Nemo 2020-11-24 11:05:28 +05:30
parent 8aa69c7a62
commit 84c1c3efcc
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ This is maintained against the following sources:
```hcl ```hcl
module "newrelic-whitelist" { module "newrelic-whitelist" {
source = "captn3m0/newrelic-whitelist/data" source = "captn3m0/newrelic-whitelist/data"
version = "2020.10.22" version = "2020.11.13"
} }
resource "aws_security_group_rule" "allow_all_to_newrelic" { resource "aws_security_group_rule" "allow_all_to_newrelic" {

View File

@ -25,6 +25,7 @@ locals {
"identity-api.newrelic.com", "identity-api.newrelic.com",
"infrastructure-command-api.newrelic.com", "infrastructure-command-api.newrelic.com",
"log-api.newrelic.com", "log-api.newrelic.com",
"metric-api.newrelic.com"
] ]
eu = [ eu = [
@ -32,6 +33,7 @@ locals {
"identity-api.eu.newrelic.com", "identity-api.eu.newrelic.com",
"infrastructure-command-api.eu.newrelic.com", "infrastructure-command-api.eu.newrelic.com",
"log-api.eu.newrelic.com", "log-api.eu.newrelic.com",
"metric-api.eu.newrelic.com"
] ]
} }