mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Disallow gpt for ebs AMIs
This commit is contained in:
parent
c165bab68e
commit
90826662ac
1 changed files with 7 additions and 1 deletions
|
@ -28,7 +28,13 @@
|
||||||
"volume": {
|
"volume": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"backing": { "enum": ["ebs", "s3"] }
|
"backing": { "enum": ["ebs", "s3"] },
|
||||||
|
"partitions": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"type": { "enum": ["none", "mbr"] }
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"required": ["backing"]
|
"required": ["backing"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue