resource "aws_ebs_volume" "delp2-dspcache03-apps" {
  availability_zone    = "eu-central-1c"
  encrypted            = true
  iops                 = 3000
  kms_key_id           = "arn:aws:kms:eu-central-1:023180329437:key/4aaccb7d-e8b4-4208-b8bc-e9f1b0b6475d"
  multi_attach_enabled = false
  size                 = 30
  tags = {
    "Business-Unit" = "Delivery-Services"
    "DATA"          = "NORMAL"
    "Environment"   = "Prod"
    "Name"          = "delp2-dspcache03-apps"
    "OPS"           = "STND"
    "OS"            = "AL3"
    "Owner"         = "Steve Leeds"
    "Patch Group"   = "General"
    "Project-Code"  = "SME-2000-0306B"
    "Project-Name"  = "AOMA Delivery"
  }
  type = "gp3"
}
