Skip to content

seplak/aws-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
terraform =0.12.24
aws ~> 2.0

Providers

Name Version
aws ~> 2.0

Modules

No modules.

Resources

Name Type
aws_acm_certificate.cert resource
aws_acm_certificate_validation.wildcard_cert resource
aws_cloudfront_distribution.cdn_redirect resource
aws_cloudfront_distribution.distribution resource
aws_cloudfront_origin_access_identity.origin_access_identity_website resource
aws_route53_record.root resource
aws_route53_record.wildcard_validation resource
aws_route53_record.www resource
aws_s3_bucket.site_bucket resource
aws_s3_bucket.website_redirect resource
aws_s3_bucket_policy.update_website_root_bucket_policy resource
aws_route53_zone.public data source

Inputs

Name Description Type Default Required
aws_region The AWS region to use string "us-east-1" no
domain The domain to host the site at any n/a yes
error_page The error page of the site string "error.html" no
hosted_zone The hosted zone to use any n/a yes
index_page The index page of the site string "index.html" no
versioning Whether or not to enable versioning on the site S3 bucket bool true no

Outputs

No outputs.

About

Terraform module for AWS static site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages