data "aws_rds_cluster" "ows_assets_db" {
  cluster_identifier = "${var.environment}-ows-assets"
}
