Skip to content

Commit db1040c

Browse files
committed
YAML whitespace
1 parent 209cdf3 commit db1040c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

templates/aws-stack.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -945,23 +945,23 @@ Resources:
945945
AssumeRolePolicyDocument:
946946
Version: 2012-10-17
947947
Statement:
948-
- Effect: Allow
949-
Principal:
950-
Service:
951-
- lambda.amazonaws.com
952-
Action:
953-
- sts:AssumeRole
948+
- Effect: Allow
949+
Principal:
950+
Service:
951+
- lambda.amazonaws.com
952+
Action:
953+
- sts:AssumeRole
954954
ManagedPolicyArns:
955955
- arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole
956956
Policies:
957-
- PolicyName: AsgProcessModification
958-
PolicyDocument:
959-
Version: 2012-10-17
960-
Statement:
961-
- Effect: Allow
962-
Action:
963-
- 'autoscaling:SuspendProcesses'
964-
Resource: !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AgentAutoScaleGroup}
957+
- PolicyName: AsgProcessModification
958+
PolicyDocument:
959+
Version: 2012-10-17
960+
Statement:
961+
- Effect: Allow
962+
Action:
963+
- 'autoscaling:SuspendProcesses'
964+
Resource: !Sub arn:${AWS::Partition}:autoscaling:${AWS::Region}:${AWS::AccountId}:autoScalingGroup:*:autoScalingGroupName/${AgentAutoScaleGroup}
965965

966966
AzRebalancingSuspenderFunction:
967967
Type: AWS::Lambda::Function

0 commit comments

Comments
 (0)