7 lines
230 B
Terraform
7 lines
230 B
Terraform
|
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")
|
||
|
}
|