newrelic-whitelist

captn3m0/newrelic-whitelist/data

Terraform Module HCL DATA

Terraform Module that returns the latest New Relic IP and Domains Whitelists: https://docs.newrelic.com/docs/apm/new-relic-apm/getting-started/networks

Install
module "newrelic-whitelist" {
source = "captn3m0/newrelic-whitelist/data"
version = "2022.3.7"
}
plain text: /constructs/tfmod-captn3m0-newrelic-whitelist-data/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-data-newrelic-whitelist ![](https://img.shields.io/badge/license-MIT-blue.svg) !GitHub issues ![PRs Welcome](http://makeapullrequest.com) This module provides lists of the IP addresses and domains used by various New Relic agents and services (for example, https://collector.newrelic.com) for communicating with the New Relic agent installed on your server. This is maintained against the following sources: - https://docs.newrelic.com/docs/apm/new-relic-apm/getting-started/networks - https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips The following are not included in the module currently, but PRs for the same are welcome: 1. User-facing domains. 2. FedRAMP endpoints. Usage ``hcl module "newrelic-whitelist" { source = "captn3m0/n

Outputs (46)
browser_domains — List of all New Relic Browser application domains.
synthetics_private_cidrs_us — Synthetic Private Minion endpoint IPs as CIDR ranges for US accounts
synthetics_private_domains_eu — Synthetic Private Minion endpoint Domains for EU accounts
synthetics_cidrs — List of New Relic Synthetic Minion IPs as /32 CIDR for both US and EU accounts
opentelemetry_origins — Host:Port combinations for all OpenTelemetry integrations (both US and EU customers)
apm_agent_domains — Wildcard domain endpoints used by APM agents (For both US and EU accounts)
infra_agent_domains_eu — In order to report data to New Relic, Infrastructure needs outbound access to these domains (For EU
mobile_domains_eu — List of New Relic Mobile application domains (EU).
synthetics_cidrs_us — List of New Relic Synthetic Minion IPs as /32 CIDR for US accounts
webhook_cidrs — New Relic-generated webhooks for alert policies will be sent from these CIDRs (US and EU)
webhook_cidrs_us — Same as webhook_cidrs, but exclusively for US accounts
apm_cidrs_eu — List of New Relic APM CIDRs (EU). Whitelist for egress against 443
synthetics_private_cidrs_eu — Synthetic Private Minion endpoint IPs as CIDR ranges for EU accounts
synthetics_ips_us — List of New Relic Synthetic Minion IPs for US accounts
ticketing_cidrs — Third-party ticketing integrations will be sent from these CIDRs (US and EU)
opentelemetry_cidrs — CIDRs for all OpenTelemetry integrations (both US and EU customers)
opentelemetry_cidrs_eu — CIDRs for all OpenTelemetry integrations (For EU only)
apm_cidrs_us — List of New Relic APM CIDRs (US). Whitelist for egress against 443
apm_agent_domains_eu — Wildcard domain endpoints used by APM agents (For EU accounts)
infra_agent_domains — In order to report data to New Relic, Infrastructure needs outbound access to these domains (For bot
mobile_domains_us — List of New Relic Mobile Application domains (US).
synthetics_ips_eu — List of New Relic Synthetic Minion IPs for EU accounts
synthetics_cidrs_eu — List of New Relic Synthetic Minion IPs as /32 CIDR for EU accounts
webhook_cidrs_eu — Same as webhook_cidrs, but exclusively for EU accounts
pixie_domains_us — Domain:Port combinations for Newrelic pixie integration for US region customers
apm_cidrs — List of all New Relic APM CIDRs. Whitelist for egress against 443
apm_agent_domains_us — Wildcard domain endpoints used by APM agents (For US accounts)
infra_agent_domains_us — In order to report data to New Relic, Infrastructure needs outbound access to these domains (For US
infra_cidrs — List of all New Relic Infrastructure Agent CIDRs. Whitelist for egress against 443
opentelemetry_origins_eu — Host:Port combinations for all OpenTelemetry integrations (For EU only)
… and 16 more outputs
Details
FrameworkTerraform Module
LanguageHCL
Version2022.3.7
Cloud DATA
★ Stars1
Forks1
Total downloads81.6k
Outputs46
LicenseMIT
Namespacecaptn3m0
Updated