This module can be used to deploy a website configured s3 bucket and cloudfront to AWS.
name
- Name prefix for resources (project name).env
- The environment
module s3-cloudfront {
source = "github.com/fierceventures/terraform-s3-cloudfront"
name = "todo-app"
env = "staging"
}
distribution_id
- The distribution iddomain_name
- The distribution domain namezone_id
- The distribution hosted zone idbucket_name
- The s3 bucket name
Created and maintained by Fierce Ventures