Skip to content

pawarrchetan/terraform-aws-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Website Example

This is the codebase for creating resources for hosting a static website using AWS S3, AWS CloudFront and terraform

The module creates a fully functional static website.

Demo

chetanpawar.cloud

Usage

module "static-website" {
  source                 = "git::https://github.com/pawarrchetan/terraform-aws-static-website"
  domain_name            = "example.com"
  alternate_domain_names = [test.example.com, abc.example.com]
  zone_id                = "Zxxxxxxx"
}

License

Creative Commons License The resources created by this terraform module are free to use under MIt license. This meand that the files can be :

  • Used for personal projects
  • Change them however you like

Releases

No releases published

Packages

No packages published