aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-09-07 12:53:04 +0200
committerMartin Polden <mpolden@mpolden.no>2022-09-09 10:17:58 +0200
commitcd8f29e1762cfae3b7a5b7ac8ad262db560eb25a (patch)
treea372c35a2b1861595fe1300505bd53214c33b265 /config-model/src/main/resources/schema/deployment.rnc
parenteae8cb8f38a3672f43188da5b80444aaf5b17631 (diff)
Allow cloud-account attribute on prod element
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-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* &