aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorØyvind Grønnesby <oyving@yahooinc.com>2022-11-02 15:18:08 +0100
committerØyvind Grønnesby <oyving@yahooinc.com>2022-11-02 15:18:08 +0100
commit4c9626a6d4c0adeea14342ddd90631c6e8a3b66f (patch)
tree5c445c00e99a6d1f52d366655a7c90598b47f15c /client
parent19f6de0cb6b25d0c152fa4425535ffd98a9dea40 (diff)
Add new zone to config validation
Diffstat (limited to 'client')
-rw-r--r--client/go/vespa/xml/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/go/vespa/xml/config.go b/client/go/vespa/xml/config.go
index a167b67de8b..c2bd88307e5 100644
--- a/client/go/vespa/xml/config.go
+++ b/client/go/vespa/xml/config.go
@@ -228,7 +228,8 @@ func IsProdRegion(s string, system vespa.System) bool {
}
switch s {
case "aws-us-east-1c", "aws-us-west-2a",
- "aws-eu-west-1a", "aws-ap-northeast-1a":
+ "aws-eu-west-1a", "aws-ap-northeast-1a",
+ "gcp-us-central1-f":
return true
}
return false