Skip to content

Terraform module which creates CloudFront resources as a reverse proxy on AWS

License

Notifications You must be signed in to change notification settings

somleng/terraform-aws-cloudfront-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CloudFront Reverse Proxy Terraform module

Terraform module which creates AWS CloudFront resources as a reverse proxy by Terraform AWS provider.

Usage

module "reverse_proxy" {
  source = "github.com/somleng/terraform-aws-cloudfront-reverse-proxy"

  host = "your-domain.example.com"
  origin = "your-domain.app.somleng.org"
  zone_id = aws_route53_zone.example_com.zone_id # Optional. Leave blank if not using route53.
  certificate_arn = "existing-certificate-arn" # Optional. Leave blank to create a new certificate.
}

License

The software is available as open source under the terms of the MIT License.

About

Terraform module which creates CloudFront resources as a reverse proxy on AWS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages