summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app_invalid_deployment_xml/deployment.xml
blob: 7a1089a6c1e313e9f648ed3aa08584439ae9c343 (plain) (blame)
1
2
3
4
5
6
7
8
<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>