Skip to content

Commit

Permalink
feat: Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Dec 15, 2023
1 parent 6ac94cc commit 3e1e0ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/modules/kitten-science-website/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ resource "aws_s3_bucket_website_configuration" "this" {
index_document {
suffix = "index.html"
}
error_document {
key = "error.html"
}

provider = aws.global
}

0 comments on commit 3e1e0ed

Please sign in to comment.