1
0
Files
2026-02-13 15:44:24 +08:00
..
2026-02-13 15:44:24 +08:00
2026-02-13 15:44:24 +08:00
2026-02-13 15:44:24 +08:00

aws-region-short module

Module which returns a map of aws regions and their short code.

Example root module

module region-short {
  source = "git::https://xpk.headdesk.me/git/xpk/terraform.aws-baseline-infra//modules/util/aws-region-short"
}

output region-short-code {
  value = lookup(module.region-short.region-map, var.aws-region)
}