diff --git a/templates/darktrace-vsensor-main.template.yaml b/templates/darktrace-vsensor-main.template.yaml index 862076b..95e542f 100644 --- a/templates/darktrace-vsensor-main.template.yaml +++ b/templates/darktrace-vsensor-main.template.yaml @@ -787,6 +787,13 @@ Outputs: - VSensorStack - Outputs.LoadBalancerDNS + LoadBalancerDNSZoneID: + Description: Route 53 hosted zone name of the Network Load Balancer, required for osSensor clients. + Value: + Fn::GetAtt: + - VSensorStack + - Outputs.LoadBalancerDNSZoneID + TrafficMirrorFilterId: Description: ID of the Traffic Mirror filter generated for Traffic Mirror sessions. Value: diff --git a/templates/darktrace-vsensor-workload.template.yaml b/templates/darktrace-vsensor-workload.template.yaml index 3d9a375..33da28d 100644 --- a/templates/darktrace-vsensor-workload.template.yaml +++ b/templates/darktrace-vsensor-workload.template.yaml @@ -1541,6 +1541,10 @@ Outputs: Description: DNS name of the Network Load Balancer, required for osSensor clients. Value: !GetAtt LoadBalancer.DNSName + LoadBalancerDNSZoneID: + Description: Route 53 hosted zone name of the Network Load Balancer, required for osSensor clients. + Value: !GetAtt LoadBalancer.CanonicalHostedZoneID + TrafficMirrorFilterId: Description: ID of the Traffic Mirror filter generated for Traffic Mirror sessions. Value: !Ref TrafficMirrorFilter