7 lines
230 B
HCL
7 lines
230 B
HCL
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, "ap-northeast-2")
|
|
} |