locals { # Endpoints that can resolve the private domain inbound_resolver_endpoints = { prod = ["10.40.0.198", "10.40.0.64"], test = ["10.20.0.119", "10.20.0.211"], common = [] }[var.environment] }