aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index bda3f0c0896..3abced8e04a 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -7,6 +7,7 @@ start = element deployment {
attribute major-version { text }? &
attribute athenz-domain { xsd:string }? &
attribute athenz-service { xsd:string }? &
+ attribute cloud-account { xsd:string }? &
Step
}
@@ -33,6 +34,7 @@ PrimitiveStep =
Instance = element instance {
attribute id { xsd:string } &
attribute athenz-service { xsd:string }? &
+ attribute cloud-account { xsd:string }? &
StepExceptInstance
}
@@ -97,7 +99,6 @@ Prod = element prod {
attribute global-service-id { text }? &
attribute athenz-service { xsd:string }? &
attribute tester-flavor { xsd:string }? &
- attribute cloud-account { xsd:string }? &
Region* &
Delay* &
ProdTest* &