Git Product home page Git Product logo

me-aws-sandbox-dns's Introduction

Terraform module to create AWS DNS zone

This module creates a AWS DNS Zone with DNSSec.

NOTE: Using DNSSEC requires that the region be us-east-1

Deploying

  • Create terraform.tfvars file
environment = "sandbox"
region      = "us-east-1"
username    = "awesomeuser"
zone_name   = "aws.awesomedomain.com"

Requirements

Name Version
terraform >= 1.0
aws >= 3.0

Providers

Name Version
aws 3.57.0

Modules

No modules.

Resources

Name Type
aws_kms_key.dns_kms_key resource
aws_route53_hosted_zone_dnssec.sandbox_dnssec resource
aws_route53_key_signing_key.sandbox_key resource
aws_route53_zone.sandbox resource

Inputs

Name Description Type Default Required
environment Environment name / tag string n/a yes
username User name for access and to prefix all resources. ex: awesomeuser string n/a yes
zone_name Your public DNS Zone. ex: aws.awesomedomain.com string n/a yes
region AWS Region string "us-east-1" no

Outputs

Name Description
sandbox_dnszone_arn DNS Zone value
sandbox_dnszone_name DNS Zone name
zone_ds_record DS record value for DNSSEC of hosted zone
zone_name_servers Name servers for hosted zone

me-aws-sandbox-dns's People

Contributors

methridge avatar

Watchers

 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.