Skip to content

Commit

Permalink
fix: remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shelomentsev committed Nov 21, 2023
1 parent dc4ed4c commit dd1c425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudformation/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Resources:
Properties:
DistributionConfig:
DefaultCacheBehavior:
AllowedMethods:
AllowedMethods:
- HEAD
- GET
- POST
Expand Down Expand Up @@ -187,7 +187,7 @@ Resources:
## Management Lambda function (responsible for switching CloudFront distribution to the new Fingerprint Pro Lambda@Edge version)

FpMgmtLambdaFunctionExecutionRole:
Type: AWS::IAM::Role
Type: AWS::IAM::Role
Metadata:
SamResourceId: FpMgmtLambdaFunctionExecutionRole
Properties:
Expand Down Expand Up @@ -272,7 +272,7 @@ Resources:
# Automatic updates infrastructure

FpCodePipelineExecutionRole:
Type: AWS::IAM::Role
Type: AWS::IAM::Role
Metadata:
SamResourceId: FpCodePipelineExecutionRole
Properties:
Expand Down

0 comments on commit dd1c425

Please sign in to comment.