From 9c83b722862acce9fa018bfde50f9a0c3b1fee5b Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Fri, 20 May 2022 09:51:54 +0200 Subject: Finalize cloud account syntax --- config-model/src/main/resources/schema/deployment.rnc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-model/src/main/resources') 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* & -- cgit v1.2.3