Skip to content

Commit 4ace6a1

Browse files
committed
Remove website configuration
1 parent d7ebf3e commit 4ace6a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cloudformation/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,15 +608,11 @@ Resources:
608608
Type: AWS::S3::Bucket
609609
Properties:
610610
BucketName: !Sub ${S3BucketPrefix}-ui
611-
WebsiteConfiguration:
612-
IndexDocument: index.html
613611

614612
AppDocsS3Bucket:
615613
Type: AWS::S3::Bucket
616614
Properties:
617615
BucketName: !Sub ${S3BucketPrefix}-docs
618-
WebsiteConfiguration:
619-
IndexDocument: index.html
620616

621617
AppCloudfrontS3OAC:
622618
Type: AWS::CloudFront::OriginAccessControl

0 commit comments

Comments
 (0)