removed {
  from = aws_route53_record.royalty_accounting_rds_cname_networking
  lifecycle {
    destroy = false
  }
}

removed {
  from = module.royalty_accounting_rds.aws_route53_record.networking_rds_cluster_cname
  lifecycle {
    destroy = false
  }
}

removed {
  from = module.royalty_accounting_rds.aws_route53_record.networking_rds_readonly_cluster_cname
  lifecycle {
    destroy = false
  }
}
