aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-03-09 13:39:27 +0100
committergjoranv <gv@verizonmedia.com>2020-03-09 13:44:08 +0100
commitcd2d0bb1e07e7e743f19159682776478fae65d36 (patch)
tree0b4f0eeafe2edbaf31f29345cc099f166f3a24ec /config-model/src/main/resources
parentbbc74ec90bcba32b2de15b3cb5f17b0ed221ca33 (diff)
Require 'file' and make 'profile' optional for shared-credentials
- The default profile is 'default'
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/admin.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/admin.rnc b/config-model/src/main/resources/schema/admin.rnc
index f4585b3cf3f..1eac11a879c 100644
--- a/config-model/src/main/resources/schema/admin.rnc
+++ b/config-model/src/main/resources/schema/admin.rnc
@@ -97,8 +97,8 @@ Cloudwatch = element cloudwatch {
}
|
element shared-credentials {
- attribute profile { xsd:Name } &
- attribute file { string }?
+ attribute file { string } &
+ attribute profile { xsd:Name }?
}
)?
}