summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app_invalid_deployment_xml/deployment.xml
blob: ac72067e9e72e5146b8315cc8ea2e4ba1b125583 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<deployment version="1.0">
  <test/>
  <staging/>
  <prod global-service-id="query">
    <region>us-east-3</region>
    <region active="false">us-west-1</region>
  </prod>
</deployment>