import {
  to = aws_route53_record.royalty_accounting_rds_cname_networking
  identity = {
    zone_id = data.aws_route53_zone.route53_zone.zone_id
    name    = "qa-db-royalty-accounting.theorchard.io"
    type    = "CNAME"
  }
}
