Skip to content

Commit ce8efee

Browse files
committed
terraform/GCE: fix missing REGION_US_WEST2
Fixes Kconfig error: terraform/gce/kconfigs/Kconfig.location:3:warning: choice default symbol 'TERRAFORM_GCE_REGION_US_WEST2' is not contained in the choice Fixes 975e896 ("terraform/GCE: Add the us-west1 region and its availability zones") Signed-off-by: Daniel Gomez <[email protected]>
1 parent aa167cc commit ce8efee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/gce/kconfigs/Kconfig.location

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ config TERRAFORM_GCE_REGION_US_WEST1
6767
help
6868
The Dalles, Oregon, USA
6969

70-
config TERRAFORM_GCE_REGION_US_WEST1
70+
config TERRAFORM_GCE_REGION_US_WEST2
7171
bool "us-west2"
7272
help
7373
Los Angeles, California, USA

0 commit comments

Comments
 (0)