aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-with-invalid-files-in-subdir/deployment.xml
blob: 3aad0ca6a6afd7b5a9d23f714c4326458e9f0fd0 (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>
    <region active="true">us-east</region>
    <region active="false">us-west-1</region>
  </prod>
</deployment>