summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/app1/deployment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/cfg/application/app1/deployment.xml')
-rw-r--r--config-model/src/test/cfg/application/app1/deployment.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/application/app1/deployment.xml b/config-model/src/test/cfg/application/app1/deployment.xml
new file mode 100644
index 00000000000..34d2036c1a5
--- /dev/null
+++ b/config-model/src/test/cfg/application/app1/deployment.xml
@@ -0,0 +1,8 @@
+<deployment version="1.0">
+ <test/>
+ <staging/>
+ <prod global-service-id="query">
+ <region active="true">us-east-3</region>
+ <region active="false">us-west-1</region>
+ </prod>
+</deployment>