Skip to content

infrable-io/terraform-aws-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Static Website Terraform Module

MIT License Maintained by Infrable

A Terraform module for creating static websites.

Terraform Module Documentation

Resources

Name Type
aws_acm_certificate.certificate resource
aws_acm_certificate_validation.certificate_validation resource
aws_cloudfront_distribution.distribution resource
aws_route53_record.certificate_validation resource
aws_route53_record.dns_record_root resource
aws_route53_record.dns_record_www resource
aws_s3_bucket.s3_logs resource
aws_s3_bucket.s3_root resource
aws_region.current data source
aws_route53_zone.hosted_zone data source

Inputs

Name Description Type Default Required
domain_name The domain name of the website. This domain name must be purchased through Amazon Route 53. The domain name should be of the form: domain.tld. string n/a yes

Outputs

Name Description
cf_distribution_id The identifier for the CloudFront distribution
s3_root_id The name of the root S3 bucket

About

A Terraform module for creating static websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages