aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/deployment.xml
blob: 92d59abbe53ed6361fc3cb33e4104302f3768688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<deployment version='1.0'>
    <upgrade policy='canary'/>
    <test/>
    <staging/>
    <prod global-service-id='qrs'>
        <region active='true'>us-west-1</region>
        <region active='true'>us-central-1</region>
        <region active='true'>us-east-3</region>
    </prod>
</deployment>