cytopia / terraform-aws-route53-zone

A Terraform module that handles creation of multiple Route53 zones including attachment to new or existing delegation set
https://registry.terraform.io/modules/cytopia/route53-zone/aws/
MIT License
14 stars 18 forks source link

Release v1.1.1 #12

Closed cytopia closed 4 years ago

cytopia commented 4 years ago

Release v1.1.1

Fixes

Adds

Test

  # aws_route53_zone.public_root_zones["iwww.example.net"] will be updated in-place
  ~ resource "aws_route53_zone" "public_root_zones" {
        comment       = "Managed by Terraform"
        force_destroy = false
        id            = "YYYYYYYYYYYY"
        name          = "www.example.net."
        name_servers  = [
            "ns-xxx.awsdns-xx.tld",
            "ns-xxx.awsdns-xx.tld",
            "ns-xxx.awsdns-xx.tld",
            "ns-xxx.awsdns-xx.tld",
        ]
      ~ tags          = {
          - "DelegationSetName" = "" -> null
            "Department"        = "devops"
            "Environment"       = "playground"
            "Name"              = "www.example.net"
        }
        zone_id       = "XXXXXXXXXXXXX"