GithubHelp home page GithubHelp logo

hartl3y94 / terraform-aws-redirect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from whynothugo/terraform-aws-redirect

0.0 0.0 0.0 7 KB

Redirect bare domains to www-domains with HSTS using CloudFlare

License: ISC License

HCL 67.34% Python 32.66%

terraform-aws-redirect's Introduction

terraform-aws-redirect

Sets up redirections using AWS CloudFront and Lambda@Edge.

Redirects bare domains to www domains, e.g.:

example.com -> www.example.com

It also makes sure HSTS is on (non-trivial when using CloudFront or similar balancers).

Can also set up alias domains, e.g.:

www.example.com.ar -> www.example.ar
www.olddomain.com -> www.newdomain.com

Again, HSTS headers are set. Redirections are set in a way that they comply with the requirements for HSTS preloading (e.g.: redirecting HTTP to HTTPS in the right order).

Terraform versions

Originally written on Terraform 0.14. Currently used with Terraform 0.15.

Usage

Full example:

module "redirect" {
  source = "terraform-awsredirect"

  domains       = ["example.com", "anotherexample.com"]
  alias_domains = {"example.com.ar": "example.ar"}
}

No aliases:

module "redirect" {
  source = "terraform-awsredirect"

  domains       = ["example.com", "anotherexample.com"]
}

Providers

This module will use its own provider set to us-east-1, since CloudFront and related resources MUST exist in that region.

Licence

Copyright (c) 2021, Hugo Osvaldo Barrera [email protected]
This project is licensed under the ISC licence. See LICENCE for details.

terraform-aws-redirect's People

Contributors

whynothugo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.