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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/cfg/application/app1/deployment.xml b/config-model/src/test/cfg/application/app1/deployment.xml
index 25954df1c7d..a8771123ecc 100644
--- a/config-model/src/test/cfg/application/app1/deployment.xml
+++ b/config-model/src/test/cfg/application/app1/deployment.xml
@@ -2,8 +2,8 @@
<deployment version="1.0">
<test/>
<staging/>
- <prod>
- <region>us-east-3</region>
- <region>us-west-1</region>
+ <prod global-service-id="query">
+ <region active="true">us-east-3</region>
+ <region active="false">us-west-1</region>
</prod>
</deployment>