Git Product home page Git Product logo

terraform-aws-cloudfront-r53-alias-record's Introduction

terraform-aws-cloudfront-r53-alias-record

A simple Terraform AWS Module for creating A or AAAA alias records for cloudfront distributions.

Inputs

Name Description Type Default Required
domain_name DNS domain name of the CloudFront distribution string n/a yes
name The name of the record string n/a yes
record_type The record type. Valid values are A, AAAA. string A no
zone_id The ID of the hosted zone to contain this record string n/a yes

Usage

module "app_example_com_cloudfront" {
  domain_name = "d1axyz23bpq4cl.cloudfront.net"
  name        = "app.example.com"
  zone_id     = "Z3P5QSUBK4POTI"

  source = "QuiNovas/cloudfront-r53-alias-record/aws"
}

Authors

Module is maintained by QuiNovas

License

Apache License, Version 2.0, January 2004 (http://www.apache.org/licenses/). See LICENSE for full details.

terraform-aws-cloudfront-r53-alias-record's People

Contributors

vchinnakotla avatar

Watchers

James Cloos avatar Joseph Wortmann avatar  avatar

terraform-aws-cloudfront-r53-alias-record's Issues

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.