diff --git a/README.md b/README.md index 2dfbc6e..245933f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is maintained against the following sources: ```hcl module "newrelic-whitelist" { source = "captn3m0/newrelic-whitelist/data" - version = "2020.10.22" + version = "2020.11.13" } resource "aws_security_group_rule" "allow_all_to_newrelic" { diff --git a/locals.tf b/locals.tf index a640665..ee5c2f6 100644 --- a/locals.tf +++ b/locals.tf @@ -25,6 +25,7 @@ locals { "identity-api.newrelic.com", "infrastructure-command-api.newrelic.com", "log-api.newrelic.com", + "metric-api.newrelic.com" ] eu = [ @@ -32,6 +33,7 @@ locals { "identity-api.eu.newrelic.com", "infrastructure-command-api.eu.newrelic.com", "log-api.eu.newrelic.com", + "metric-api.eu.newrelic.com" ] }