mdn / infra

(Deprecated) MDN Web Docs Infrastructure scripts and configuration
Mozilla Public License 2.0
53 stars 32 forks source link

SE-2281 DNS #499

Closed bkochendorfer closed 3 years ago

bkochendorfer commented 3 years ago

Mostly commiting to record diff in dns. This domain does not seem to resolve to anything. Not sure if this was on a branch or something we want?

andbox.aws_route53_record.region-hosted-record will be destroyed
  - resource "aws_route53_record" "region-hosted-record" {
      - fqdn    = "sandbox.mdn.mozit.cloud" -> null
      - id      = "Z1BT0CVHT486HV_sandbox_NS" -> null
      - name    = "sandbox" -> null
      - records = [
          - "ns-1269.awsdns-30.org",
          - "ns-1614.awsdns-09.co.uk",
          - "ns-18.awsdns-02.com",
          - "ns-882.awsdns-46.net",
        ] -> null
      - ttl     = 86400 -> null
      - type    = "NS" -> null
      - zone_id = "Z1BT0CVHT486HV" -> null
    }

  # module.sandbox.aws_route53_zone.region-zone will be destroyed
  - resource "aws_route53_zone" "region-zone" {
      - comment       = "Managed by Terraform" -> null
      - force_destroy = false -> null
      - id            = "Z09811323N6V9000M99L" -> null
      - name          = "sandbox.mdn.mozit.cloud" -> null
      - name_servers  = [
          - "ns-1269.awsdns-30.org",
          - "ns-1614.awsdns-09.co.uk",
          - "ns-18.awsdns-02.com",
          - "ns-882.awsdns-46.net",
        ] -> null
      - tags          = {
          - "Name"      = "sandbox.mdn.mozit.cloud"
          - "Purpose"   = "sandbox stub zone"
          - "Terraform" = "true"
        } -> null
      - zone_id       = "Z09811323N6V9000M99L" -> null
    }

Plan: 0 to add, 0 to change, 2 to destroy.

(cherry picked from commit a9eda7fdd33e4a5151682575b47277f154c26203)