Skip to content

skillsit/terraform-s3-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

static website hosted on s3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published