/*
data "aws_route53_zone" "main" {
  name         = "dna.stream."
  private_zone = false
  provider     = aws.gdb-whitelist-legacy
}
*/
