aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-05-20 09:51:54 +0200
committerMartin Polden <mpolden@mpolden.no>2022-05-20 09:51:54 +0200
commit9c83b722862acce9fa018bfde50f9a0c3b1fee5b (patch)
tree824365062501387ee354c937f445a89e0d2f95a9 /config-model/src/main/resources/schema/deployment.rnc
parentbff1a34dd62df8033973a8d66815e5960675eda2 (diff)
Finalize cloud account syntax
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* &