Skip to content

Commit

Permalink
Merge pull request #516 from yussufsh/main
Browse files Browse the repository at this point in the history
Added wdc to use us-east vpc region for image import
  • Loading branch information
Power Cloud Robot authored Feb 7, 2024
2 parents 9d931cc + 8768b0e commit 043877f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions ocp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ locals {
node_prefix = var.use_zone_info_for_names ? "${var.ibmcloud_zone}-" : ""
storage_type = lookup(var.bastion, "count", 1) > 1 ? "none" : var.storage_type
powervs_vpc_region_map = {
syd = "au-syd",
osa = "jp-osa",
tok = "jp-tok",
eu-de = "eu-de",
lon = "eu-gb",
tor = "ca-tor",
dal = "us-south",
sao = "br-sao",
us-east = "us-east"
syd = "au-syd",
osa = "jp-osa",
tok = "jp-tok",
eu-de = "eu-de",
lon = "eu-gb",
tor = "ca-tor",
us-south = "us-south",
dal = "us-south",
sao = "br-sao",
us-east = "us-east",
wdc = "us-east"
}
}

Expand Down

0 comments on commit 043877f

Please sign in to comment.