Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 107 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ locals {
to_display_name = {
"af-south-1" = "Africa (Cape Town)"
"ap-east-1" = "Asia Pacific (Hong Kong)"
"ap-east-2" = "Asia Pacific (Taipei)"
"ap-northeast-1" = "Asia Pacific (Tokyo)"
"ap-northeast-2" = "Asia Pacific (Seoul)"
"ap-northeast-3" = "Asia Pacific (Osaka)"
Expand All @@ -36,19 +37,23 @@ locals {
"ap-southeast-2" = "Asia Pacific (Sydney)"
"ap-southeast-3" = "Asia Pacific (Jakarta)"
"ap-southeast-4" = "Asia Pacific (Melbourne)"
"ap-southeast-5" = "Asia Pacific (Malaysia)"
"ap-southeast-6" = "Asia Pacific (New Zealand)"
"ap-southeast-7" = "Asia Pacific (Thailand)"
"ca-central-1" = "Canada (Central)"
"ca-west-1" = "Canada West (Calgary)"
"eu-central-1" = "Europe (Frankfurt)"
"eu-central-2" = "Europe (Zurich)"
"eu-north-1" = "Europe (Stockholm)"
"eu-south-1" = "Europe (Milan)"
"eu-south-2" = "Europe (Milan)"
"eu-south-2" = "Europe (Spain)"
"eu-west-1" = "Europe (Ireland)"
"eu-west-2" = "Europe (London)"
"eu-west-3" = "Europe (Paris)"
"il-central-1" = "Israel (Tel Aviv)"
"me-central-1" = "Middle East (UAE)"
"me-south-1" = "Middle East (Bahrain)"
"mx-central-1" = "Mexico (Central)"
"sa-east-1" = "South America (Sao Paulo)"
"us-east-1" = "US East (N. Virginia)"
"us-east-2" = "US East (Ohio)"
Expand All @@ -71,6 +76,16 @@ locals {
"ap-east-1g" = "ae1g"
"ap-east-1h" = "ae1h"

"ap-east-2" = "ae2"
"ap-east-2a" = "ae2a"
"ap-east-2b" = "ae2b"
"ap-east-2c" = "ae2c"
"ap-east-2d" = "ae2d"
"ap-east-2e" = "ae2e"
"ap-east-2f" = "ae2f"
"ap-east-2g" = "ae2g"
"ap-east-2h" = "ae2h"

"ap-northeast-1" = "an1"
"ap-northeast-1a" = "an1a"
"ap-northeast-1b" = "an1b"
Expand Down Expand Up @@ -167,6 +182,36 @@ locals {
"ap-southeast-4g" = "as4g"
"ap-southeast-4h" = "as4h"

"ap-southeast-5" = "as5"
"ap-southeast-5a" = "as5a"
"ap-southeast-5b" = "as5b"
"ap-southeast-5c" = "as5c"
"ap-southeast-5d" = "as5d"
"ap-southeast-5e" = "as5e"
"ap-southeast-5f" = "as5f"
"ap-southeast-5g" = "as5g"
"ap-southeast-5h" = "as5h"

"ap-southeast-6" = "as6"
"ap-southeast-6a" = "as6a"
"ap-southeast-6b" = "as6b"
"ap-southeast-6c" = "as6c"
"ap-southeast-6d" = "as6d"
"ap-southeast-6e" = "as6e"
"ap-southeast-6f" = "as6f"
"ap-southeast-6g" = "as6g"
"ap-southeast-6h" = "as6h"

"ap-southeast-7" = "as7"
"ap-southeast-7a" = "as7a"
"ap-southeast-7b" = "as7b"
"ap-southeast-7c" = "as7c"
"ap-southeast-7d" = "as7d"
"ap-southeast-7e" = "as7e"
"ap-southeast-7f" = "as7f"
"ap-southeast-7g" = "as7g"
"ap-southeast-7h" = "as7h"

"ca-central-1" = "cc1"
"ca-central-1a" = "cc1a"
"ca-central-1b" = "cc1b"
Expand Down Expand Up @@ -317,6 +362,17 @@ locals {
"me-south-1g" = "ms1g"
"me-south-1h" = "ms1h"


"mx-central-1" = "xc1"
"mx-central-1a" = "xc1a"
"mx-central-1b" = "xc1b"
"mx-central-1c" = "xc1c"
"mx-central-1d" = "xc1d"
"mx-central-1e" = "xc1e"
"mx-central-1f" = "xc1f"
"mx-central-1g" = "xc1g"
"mx-central-1h" = "xc1h"

"cn-north-1" = "nn0"
"cn-north-1a" = "nn0a"
"cn-north-1b" = "nn0b"
Expand Down Expand Up @@ -442,6 +498,16 @@ locals {
"ap-east-1g" = "ape1g"
"ap-east-1h" = "ape1h"

"ap-east-2" = "ape2"
"ap-east-2a" = "ape2a"
"ap-east-2b" = "ape2b"
"ap-east-2c" = "ape2c"
"ap-east-2d" = "ape2d"
"ap-east-2e" = "ape2e"
"ap-east-2f" = "ape2f"
"ap-east-2g" = "ape2g"
"ap-east-2h" = "ape2h"

"ap-northeast-1" = "apne1"
"ap-northeast-1a" = "apne1a"
"ap-northeast-1b" = "apne1b"
Expand Down Expand Up @@ -532,6 +598,36 @@ locals {
"ap-southeast-4g" = "apse4g"
"ap-southeast-4h" = "apse4h"

"ap-southeast-5" = "apse5"
"ap-southeast-5a" = "apse5a"
"ap-southeast-5b" = "apse5b"
"ap-southeast-5c" = "apse5c"
"ap-southeast-5d" = "apse5d"
"ap-southeast-5e" = "apse5e"
"ap-southeast-5f" = "apse5f"
"ap-southeast-5g" = "apse5g"
"ap-southeast-5h" = "apse5h"

"ap-southeast-6" = "apse6"
"ap-southeast-6a" = "apse6a"
"ap-southeast-6b" = "apse6b"
"ap-southeast-6c" = "apse6c"
"ap-southeast-6d" = "apse6d"
"ap-southeast-6e" = "apse6e"
"ap-southeast-6f" = "apse6f"
"ap-southeast-6g" = "apse6g"
"ap-southeast-6h" = "apse6h"

"ap-southeast-7" = "apse7"
"ap-southeast-7a" = "apse7a"
"ap-southeast-7b" = "apse7b"
"ap-southeast-7c" = "apse7c"
"ap-southeast-7d" = "apse7d"
"ap-southeast-7e" = "apse7e"
"ap-southeast-7f" = "apse7f"
"ap-southeast-7g" = "apse7g"
"ap-southeast-7h" = "apse7h"

"ca-central-1" = "cac1"
"ca-central-1a" = "cac1a"
"ca-central-1b" = "cac1b"
Expand Down Expand Up @@ -682,6 +778,16 @@ locals {
"me-south-1g" = "mes1g"
"me-south-1h" = "mes1h"

"mx-central-1" = "mxc1"
"mx-central-1a" = "mxc1a"
"mx-central-1b" = "mxc1b"
"mx-central-1c" = "mxc1c"
"mx-central-1d" = "mxc1d"
"mx-central-1e" = "mxc1e"
"mx-central-1f" = "mxc1f"
"mx-central-1g" = "mxc1g"
"mx-central-1h" = "mxc1h"

"cn-north-1" = "cnn1"
"cn-north-1a" = "cnn1a"
"cn-north-1b" = "cnn1b"
Expand Down