mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
19 lines
446 B
YAML
19 lines
446 B
YAML
![]() |
---
|
||
|
$schema: http://json-schema.org/draft-04/schema#
|
||
|
title: EC2-launch plugin manifest
|
||
|
type: object
|
||
|
properties:
|
||
|
plugins:
|
||
|
type: object
|
||
|
properties:
|
||
|
ec2_launch:
|
||
|
type: object
|
||
|
properties:
|
||
|
security_group_ids:
|
||
|
type: array
|
||
|
items: {type: string}
|
||
|
uniqueItems: true
|
||
|
instance_type: {type: string}
|
||
|
print_public_ip: {type: string}
|
||
|
tags: {type: object}
|