Sha256: f7e58e0d9a31ff19434c7cf52af3c63a8a21c0b17e3edfe6bb5e064f72c78c3c

Contents?: true

Size: 463 Bytes

Versions: 4

Compression:

Stored size: 463 Bytes

Contents

{
  "type": "object",
  "title": "Infrastructure",
  "description": "AWS Fog Infrastructure",
  "required": ["instance_size", "disk_size"],
  "properties": {
    "instance_size": {
      "title": "Instance Size",
      "type": "string",
      "enum": [
        "t2.micro",
        "m3.medium",
        "m3.large"
      ],
      "default": "m3.medium"
    },
    "disk_size": {
      "title": "Disk Size",
      "type": "string",
      "default": "40"
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jellyfish_fog_aws-0.2.0 config/product_questions/infrastructure.json
jellyfish_fog_aws-0.1.1 config/product_questions/infrastructure.json
jellyfish_fog_aws-0.1.0 config/product_questions/infrastructure.json
jellyfish_fog_aws-0.0.1 config/product_questions/infrastructure.json