Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
piradeepk committed Apr 26, 2019
1 parent 8ff80af commit fbfa094
Showing 1 changed file with 37 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"Ref": "Vpc8378EB38"
},
"AvailabilityZone": "test-region-1a",
"MapPublicIpOnLaunch":false,
"MapPublicIpOnLaunch": false,
"Tags": [
{
"Key": "Name",
Expand Down Expand Up @@ -204,9 +204,7 @@
"IpProtocol": "-1"
}
],
"SecurityGroupIngress": [

],
"SecurityGroupIngress": [],
"Tags": [
{
"Key": "Name",
Expand Down Expand Up @@ -387,7 +385,7 @@
"Fn::Join": [
"",
[
"arn: ",
"arn:",
{
"Ref": "AWS::Partition"
},
Expand Down Expand Up @@ -465,7 +463,7 @@
"Value": "aws-ecs-integ-ecs/EcsCluster/DefaultAutoScalingGroup"
}
],
"Timeout":310
"Timeout": 310
},
"DependsOn": [
"EcsClusterDefaultAutoScalingGroupDrainECSHookFunctionServiceRoleDefaultPolicyA45BF396",
Expand Down Expand Up @@ -561,7 +559,7 @@
},
"LifecycleTransition": "autoscaling:EC2_INSTANCE_TERMINATING",
"DefaultResult": "CONTINUE",
"HeartbeatTimeout":300,
"HeartbeatTimeout": 300,
"NotificationTargetARN": {
"Ref": "EcsClusterDefaultAutoScalingGroupDrainECSHookTopicC705BD25"
},
Expand Down Expand Up @@ -591,7 +589,7 @@
0,
{
"Fn::Split": [
": ",
":",
{
"Ref": "EventImageImageNameE972A8B1"
}
Expand Down Expand Up @@ -631,7 +629,7 @@
"Fn::Join": [
"",
[
"arn: ",
"arn:",
{
"Ref": "AWS::Partition"
},
Expand Down Expand Up @@ -660,15 +658,15 @@
"Fn::Join": [
"",
[
"arn: ",
"arn:",
{
"Ref": "AWS::Partition"
},
":ecr: ",
":ecr:",
{
"Ref": "AWS::Region"
},
": ",
":",
{
"Ref": "AWS::AccountId"
},
Expand All @@ -678,7 +676,7 @@
0,
{
"Fn::Split": [
": ",
":",
{
"Ref": "EventImageImageNameE972A8B1"
}
Expand Down Expand Up @@ -750,7 +748,7 @@
]
},
"Runtime": "nodejs8.10",
"Timeout":300
"Timeout": 300
},
"DependsOn": [
"AdoptEcrRepositorydbc60defc59544bcaa5c28c95d68f62cServiceRoleDefaultPolicy6BC8737C",
Expand Down Expand Up @@ -810,20 +808,20 @@
4,
{
"Fn::Split": [
": ",
":",
{
"Fn::Join": [
"",
[
"arn: ",
"arn:",
{
"Ref": "AWS::Partition"
},
":ecr: ",
":ecr:",
{
"Ref": "AWS::Region"
},
": ",
":",
{
"Ref": "AWS::AccountId"
},
Expand All @@ -847,20 +845,20 @@
3,
{
"Fn::Split": [
": ",
":",
{
"Fn::Join": [
"",
[
"arn: ",
"arn:",
{
"Ref": "AWS::Partition"
},
":ecr: ",
":ecr:",
{
"Ref": "AWS::Region"
},
": ",
":",
{
"Ref": "AWS::AccountId"
},
Expand All @@ -885,13 +883,13 @@
"RepositoryName"
]
},
": ",
":",
{
"Fn::Select": [
1,
{
"Fn::Split": [
": ",
":",
{
"Ref": "EventImageImageNameE972A8B1"
}
Expand All @@ -902,24 +900,14 @@
]
]
},
"Links": [

],
"Links": [],
"LinuxParameters": {
"Capabilities": {
"Add": [

],
"Drop": [

]
"Add": [],
"Drop": []
},
"Devices": [

],
"Tmpfs": [

]
"Devices": [],
"Tmpfs": []
},
"LogConfiguration": {
"LogDriver": "awslogs",
Expand All @@ -934,19 +922,11 @@
}
},
"Memory":512,
"MountPoints": [

],
"MountPoints": [],
"Name": "ScheduledContainer",
"PortMappings": [

],
"Ulimits": [

],
"VolumesFrom": [

]
"PortMappings": [],
"Ulimits": [],
"VolumesFrom": []
}
],
"ExecutionRoleArn": {
Expand All @@ -969,9 +949,7 @@
"Arn"
]
},
"Volumes": [

]
"Volumes": []
}
},
"ScheduledTaskExampleScheduledTaskDefExecutionRole9F56827C": {
Expand Down Expand Up @@ -1017,15 +995,15 @@
"Fn::Join": [
"",
[
"arn: ",
"arn:",
{
"Ref": "AWS::Partition"
},
":ecr: ",
":ecr:",
{
"Ref": "AWS::Region"
},
": ",
":",
{
"Ref": "AWS::AccountId"
},
Expand Down Expand Up @@ -1142,7 +1120,7 @@
"ScheduledTaskExampleScheduledTaskLoggingLogGroupBB9B0B9F": {
"Type": "AWS::Logs::LogGroup",
"Properties": {
"RetentionInDays":365
"RetentionInDays": 365
},
"DeletionPolicy": "Retain"
},
Expand All @@ -1160,7 +1138,7 @@
]
},
"EcsParameters": {
"TaskCount":2,
"TaskCount": 2,
"TaskDefinitionArn": {
"Ref": "ScheduledTaskExampleScheduledTaskDef3D99A3DD"
}
Expand Down

0 comments on commit fbfa094

Please sign in to comment.