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