Skip to content

Commit e461c40

Browse files
authored
Merge pull request #48 from jamespizzurro/jamespizzurro-patch-1
Fix 'AutoscalingRoleArn' typo
2 parents 939aabb + 1536e56 commit e461c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auto-scalers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Resources:
5454
Type: "AWS::ApplicationAutoScaling::ScalableTarget"
5555
Properties:
5656
ResourceId: service/Grid/NodeChrome
57-
RoleARN: !ImportValue AutoscalingRoleArn
57+
RoleARN: !ImportValue AutoScalingRoleArn
5858
ScalableDimension: "ecs:service:DesiredCount"
5959
ServiceNamespace: "ecs"
6060
MinCapacity: 1
@@ -98,4 +98,4 @@ Resources:
9898
ScalingAdjustment: 3
9999
MetricAggregationType: "Average"
100100
Cooldown: 60
101-
101+

0 commit comments

Comments
 (0)