summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-09-07 12:53:04 +0200
committerMartin Polden <mpolden@mpolden.no>2022-09-12 09:27:42 +0200
commit6dfaaa60db9b60f5f48aa30e77da0b1cc08ab8f9 (patch)
tree76be06cbff23f21c4a569f2eca9c87b425fe30b4 /config-model/src/main/resources/schema
parent89dd1b69ed6d036715969bbe2d1c28d20c731d43 (diff)
Allow cloud-account attribute on prod element
Diffstat (limited to 'config-model/src/main/resources/schema')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index b95c9539750..9723e531bd2 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -115,6 +115,7 @@ 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* &