Sha256: 52498e06ee8257c182ab1435025bcaf31eb249386ce8eade676561f3d8e4bbb3

Contents?: true

Size: 892 Bytes

Versions: 6

Compression:

Stored size: 892 Bytes

Contents

    "server": {
      "Properties": {
        "AvailabilityZone": "<%= @availability_zone %>",
        "ImageId": {
          "Ref": "Ami"
        },
        "InstanceType": {
          "Ref": "InstanceType"
        },
        "KeyName": {
          "Ref": "KeyName"
        },
        "SecurityGroups": [
          "global",
          {
            "Fn::Join": [
              "-",
              [
                {
                  "Ref": "Environment"
                },
                {
                  "Ref": "Application"
                }
              ]
            ]
          },
          {
            "Ref": "ServiceSecurityGroup"
          }
        ],
        "UserData": {
          "Fn::Base64": {
            "Fn::Join": [
              "",
              <%= user_data('db.sh.erb') %>
            ]
          }
        }
      },
      "Type": "AWS::EC2::Instance"
    }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lono-0.3.2 lib/starter_project/templates/partial/server.json.erb
lono-0.3.1 lib/starter_project/templates/partial/server.json.erb
lono-0.3.0 lib/starter_project/templates/partial/server.json.erb
lono-0.2.4 lib/starter_project/templates/partial/server.json.erb
lono-0.2.3 lib/starter_project/templates/partial/server.json.erb
lono-0.2.2 lib/starter_project/templates/partial/server.json.erb