Terraform module that creates the required infrastructure in AWS to host a website, including:
- S3 bucket
- Cloudfront distribution
- Route53 DNS records
- SSL Certificates
Parameter name | Description | Type | Default | Required |
---|---|---|---|---|
domain |
string |
yes | ||
route53_zone_name |
string |
yes | ||
target_domain |
string |
no | ||
tags |
string[] |
[] |
no |
Parameter name | Description | Type |
---|
Once you checkout the project, you should install pre-commit
. Also, the hooks currently defined rely on having tflint
in your system available:
paru pre-commit tflint
and once these commands are available, you should install the git hooks:
pre-commit install
Module is maintained by Daniel Pecos Martínez with help from these awesome contributors.
Apache 2 Licensed. See LICENSE for full details.