build_metadata plugin only works with ec2

This commit is contained in:
Anders Ingemann 2013-12-01 12:41:37 +01:00
parent 9628a5015b
commit 4acde32c5d

View file

@ -3,6 +3,10 @@
"title": "Build metadata plugin manifest",
"type": "object",
"properties": {
"provider": {
"type": "string",
"enum": ["ec2"]
},
"plugins": {
"type": "object",
"properties": {