mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"backing": { "enum": ["ebs", "s3"] }
|
||||
"backing": { "enum": ["ebs", "s3"] },
|
||||
"partitions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": { "enum": ["none", "mbr"] }
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["backing"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue