# resource "aws_db_instance" "mc-rds-db-uat-01" {
#    instance_class    = "db.t3.medium"
#    identifier = "mc-rds-db-uat"
#    allocated_storage = 599
#    snapshot_identifier = "arn:aws:rds:eu-central-1:104858398257:snapshot:mc-rds-db-uat-snapshot-final"
#    vpc_security_group_ids = ["sg-62d2370a"]
#    skip_final_snapshot = true
#    db_subnet_group_name = "sn-rds-conversion-stage"
#    apply_immediately = true
#    lifecycle {
#        ignore_changes = [snapshot_identifier]
#    }
# }

# resource "aws_db_instance" "mc-rds-stage-db-uat-lp" {
#    instance_class    = "db.m5.2xlarge"
#    identifier = "mc-rds-stage-db-uat-lp"
#    allocated_storage = 599
#    snapshot_identifier = "arn:aws:rds:eu-central-1:104858398257:snapshot:mc-rds-db-uat-snapshot-final"
#    vpc_security_group_ids = ["sg-62d2370a"]
#    skip_final_snapshot = true
#    db_subnet_group_name = "sn-rds-conversion-stage"
#    apply_immediately = true
#    lifecycle {
#        ignore_changes = [snapshot_identifier]
#    }
# }

