Skip to content

Commit 7ee7c33

Browse files
committed
fix indent
1 parent 5855e25 commit 7ee7c33

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

cloudformation/main.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -808,24 +808,24 @@ Resources:
808808
Action: s3:GetObject
809809
Resource: !Sub "${AppFrontendS3Bucket.Arn}/*"
810810

811-
CloudfrontNoCachePolicy:
812-
Type: AWS::CloudFront::CachePolicy
813-
Properties:
814-
CachePolicyConfig:
815-
Comment: Cache policy with caching disabled and Gzip/Brotli enabled
816-
DefaultTTL: 0
817-
MaxTTL: 0
818-
MinTTL: 0
819-
Name: NoCache-GzipBrotli-Enabled
820-
ParametersInCacheKeyAndForwardedToOrigin:
821-
CookiesConfig:
822-
CookieBehavior: none
823-
EnableAcceptEncodingBrotli: true
824-
EnableAcceptEncodingGzip: true
825-
HeadersConfig:
826-
HeaderBehavior: none
827-
QueryStringsConfig:
828-
QueryStringBehavior: none
811+
CloudfrontNoCachePolicy:
812+
Type: AWS::CloudFront::CachePolicy
813+
Properties:
814+
CachePolicyConfig:
815+
Comment: Cache policy with caching disabled and Gzip/Brotli enabled
816+
DefaultTTL: 0
817+
MaxTTL: 0
818+
MinTTL: 0
819+
Name: NoCache-GzipBrotli-Enabled
820+
ParametersInCacheKeyAndForwardedToOrigin:
821+
CookiesConfig:
822+
CookieBehavior: none
823+
EnableAcceptEncodingBrotli: true
824+
EnableAcceptEncodingGzip: true
825+
HeadersConfig:
826+
HeaderBehavior: none
827+
QueryStringsConfig:
828+
QueryStringBehavior: none
829829

830830
CloudfrontCachePolicy:
831831
Type: AWS::CloudFront::CachePolicy

0 commit comments

Comments
 (0)