Code Monkey home page Code Monkey logo

terraform-aws-route53's Introduction

License Latest Release Build Status Build Status Build Status Build Status Build Status Build Status Build Status

Description

This Terraform module Manages Route53 resources.

Example(s) available here

Usage

NOTE: These examples use the latest version of this module

module "minimum_route53" {
  source         = "boldlink/route53/aws"
  name           = local.name
}

Documentation

AWS Route53 Documentation

Terraform Route53 Documentation

Requirements

Name Version
terraform >= 0.14.11
aws >= 4.15.0

Providers

Name Version
aws 4.63.0

Modules

No modules.

Resources

Name Type
aws_route53_record.this resource
aws_route53_zone.this resource

Inputs

Name Description Type Default Required
delegation_set_id (Optional) The ID of the reusable delegation set whose NS records you want to assign to the hosted zone. Conflicts with vpc as delegation sets can only be used for public zones. string null no
force_destroy (Optional) Whether to destroy all records (possibly managed outside of Terraform) in the zone when destroying the zone. bool true no
name (Required) This is the name of the hosted zone. string n/a yes
records A list of records to create any [] no
tags A map of tags to assign to the zone map(string) {} no
vpc (Optional) Configuration block(s) specifying VPC(s) to associate with a private hosted zone. Conflicts with the delegation_set_id any [] no

Outputs

Name Description
arn The Amazon Resource Name (ARN) of the Hosted Zone.
name_servers A list of name servers in associated (or default) delegation set.
tags_all A map of tags assigned to the resource, including those inherited from the provider default_tags
zone_id The Hosted Zone ID. This can be referenced by zone records.

Third party software

This repository uses third party software:

  • pre-commit - Used to help ensure code and documentation consistency
    • Install with brew install pre-commit
    • Manually use with pre-commit run
  • terraform 0.14.11 For backwards compatibility we are using version 0.14.11 for testing making this the min version tested and without issues with terraform-docs.
  • terraform-docs - Used to generate the Inputs and Outputs sections
    • Install with brew install terraform-docs
    • Manually use via pre-commit
  • tflint - Used to lint the Terraform code
    • Install with brew install tflint
    • Manually use via pre-commit

Makefile

The makefile contained in this repo is optimized for linux paths and the main purpose is to execute testing for now.

  • Create all tests: $ make tests
  • Clean all tests: $ make clean

BOLDLink-SIG 2022

terraform-aws-route53's People

Contributors

boldlinksig avatar ndegwajohn avatar patrickmukumbu 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.