Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 429 Bytes

Terraform AWS S3 Website

A Terraform module for publishing static websites on AWS' S3.

Requires two files to be present in the same directory as this module is used:

  • index.html - The homepage of the website.
  • error.html - The page shown when errors occur.

Inputs

bucket_name: The name of the AWS S3 bucket this website will be published to.

Outputs

website_endpoint: The public url of this website.