Skip to content

fierceventures/terraform-s3-cloudfront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS s3 with cloudfront

This module can be used to deploy a website configured s3 bucket and cloudfront to AWS.

Module Input Variables

  • name - Name prefix for resources (project name).
  • env - The environment

Usage

module s3-cloudfront {
  source = "github.com/fierceventures/terraform-s3-cloudfront"
  name = "todo-app"
  env = "staging"
}

Outputs

  • distribution_id - The distribution id
  • domain_name - The distribution domain name
  • zone_id - The distribution hosted zone id
  • bucket_name - The s3 bucket name

Author

Created and maintained by Fierce Ventures

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages