#resource "aws_docdb_cluster_instance" "global-ds-rel-mgr-prod" {
#  auto_minor_version_upgrade   = true
#  apply_immediately            = true
#  availability_zone            = "eu-central-1c"
#  ca_cert_identifier           = "rds-ca-rsa2048-g1"
#  cluster_identifier           = "global-ds-rel-mgr-prod"
#  engine                       = "docdb"
#  identifier                   = "global-ds-rel-mgr-prod"
#  instance_class               = "db.r6g.large"
#  preferred_maintenance_window = "thu:22:03-thu:22:33"
#  promotion_tier               = 1
#  tags                         = {}
#  tags_all                     = {}
#
#}