mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
build_metadata plugin only works with ec2
This commit is contained in:
parent
9628a5015b
commit
4acde32c5d
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
"title": "Build metadata plugin manifest",
|
"title": "Build metadata plugin manifest",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"provider": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["ec2"]
|
||||||
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue