moved {
  from = module.youtube_audit_fargate_environment.aws_route53_record.fargate_service_route53_record[0]
  to   = module.youtube_audit_fargate_environment.aws_route53_record.service_route53_record[0]
}

moved {
  from = module.youtube_audit_rds.aws_route53_record.rds_cluster_cname[0]
  to   = module.youtube_audit_rds.aws_route53_record.networking_rds_cluster_cname[0]
}

moved {
  from = module.youtube_audit_rds.aws_route53_record.rds_readonly_cluster_cname[0]
  to   = module.youtube_audit_rds.aws_route53_record.networking_rds_readonly_cluster_cname[0]
}
