aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app1/deployment.xml
blob: a873157ca22d88d08df8069742752216f901c263 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version="1.0">
  <test/>
  <staging/>
  <prod>
    <region>us-east-3</region>
    <region>us-west-1</region>
  </prod>
</deployment>