Add OpenTelemetry CIDRs/Domains

This commit is contained in:
Nemo 2021-10-09 13:58:20 +05:30
parent 77afdbb277
commit aaf1821cb4
1 changed files with 17 additions and 0 deletions

View File

@ -51,6 +51,23 @@ locals {
]
}
opentelemetry = {
us = [
"otlp.nr-data.net:4317"
]
eu = [
"otlp.eu01.nr-data.net:4317"
]
us_cidr = [
"162.247.240.0/22"
]
eu_cidr = [
"185.221.84.0/22"
]
}
infra = {
us = [
"162.247.240.0/22",