# __generated__ by Terraform from "dbotmist"
resource "aws_db_instance" "dbotmist" {
  #checkov:skip=CKV_AWS_157: Ensure that RDS instances have Multi-AZ enabled
  #checkov:skip=CKV_AWS_118: Ensure that enhanced monitoring is enabled for Amazon RDS instances
  allocated_storage                     = 2263
  auto_minor_version_upgrade            = true
  availability_zone                     = "eu-central-1a"
  backup_retention_period               = 7
  backup_window                         = "23:17-23:47"
  ca_cert_identifier                    = "rds-ca-rsa2048-g1"
  character_set_name                    = "UTF8"
  copy_tags_to_snapshot                 = true
  custom_iam_instance_profile           = null
  customer_owned_ip_enabled             = false
  db_name                               = "DBOTMIST"
  db_subnet_group_name                  = "digsys-d3-rds-group"
  delete_automated_backups              = true
  deletion_protection                   = true
  domain                                = null
  domain_iam_role_name                  = null
  enabled_cloudwatch_logs_exports       = ["alert"]
  engine                                = "oracle-ee"
  engine_version                        = "19.0.0.0.ru-2026-04.rur-2026-04.r1"
  final_snapshot_identifier             = null
  iam_database_authentication_enabled   = false
  identifier                            = "dbotmist"
  identifier_prefix                     = null
  instance_class                        = "db.r5.xlarge"
  apply_immediately                     = "false"
  iops                                  = 12000
  kms_key_id                            = "arn:aws:kms:eu-central-1:718729873097:key/1f2c6525-2a23-411c-838f-b59343453f62"
  license_model                         = "bring-your-own-license"
  maintenance_window                    = "sat:04:21-sat:04:51"
  manage_master_user_password           = null
  master_user_secret_kms_key_id         = null
  max_allocated_storage                 = 0
  monitoring_interval                   = 0
  monitoring_role_arn                   = null
  multi_az                              = false
  nchar_character_set_name              = "AL16UTF16"
  network_type                          = "IPV4"
  option_group_name                     = "dbotmist-opt-group-19c"
  parameter_group_name                  = "dbotmist-pg-19c"
  password                              = null # sensitive
  performance_insights_enabled          = false
  performance_insights_kms_key_id       = null
  performance_insights_retention_period = 0
  port                                  = 1482
  publicly_accessible                   = false
  replica_mode                          = null
  replicate_source_db                   = null
  skip_final_snapshot                   = true
  snapshot_identifier                   = null
  storage_encrypted                     = true
  storage_throughput                    = 500
  storage_type                          = "gp3"
  tags = {
    Business-Unit            = "EOM"
    Business-unit            = "EOM"
    Environment              = "Dev"
    Owner                    = "Sheila Eckert"
    Project-Code             = "SME-2000-0590D+M"
    Project-Name             = "EOM"
    Project-code             = "SME - 2000-0590D+M"
    Project-name             = "EOM"
    aws-migration-project-id = "MPE22602"
    database                 = "eom-test"
    map-dba                  = "d-server-02sa4nzuab143a"
  }
  tags_all = {
    Business-Unit            = "EOM"
    Business-unit            = "EOM"
    Environment              = "Dev"
    Owner                    = "Sheila Eckert"
    Project-Code             = "SME-2000-0590D+M"
    Project-Name             = "EOM"
    Project-code             = "SME - 2000-0590D+M"
    Project-name             = "EOM"
    aws-migration-project-id = "MPE22602"
    database                 = "eom-test"
    map-dba                  = "d-server-02sa4nzuab143a"
  }
  timezone               = null
  username               = "oraadmin"
  vpc_security_group_ids = ["sg-092cdbd6ddf30aeca", "sg-092e223981d04025c"]
}


