cds-snc / dns

DNS Configuration for domains managed by CDS
19 stars 18 forks source link

removed old domain names #329

Closed omartehsin1 closed 1 year ago

omartehsin1 commented 1 year ago

Summary | Résumé

Removed CNAME for simplify-privacy-app

github-actions[bot] commented 1 year ago

DNS

✅   Terraform Init: success ✅   Terraform Validate: success ✅   Terraform Format: success ✅   Terraform Plan: success ✅   Conftest: success

⚠️   Warning: resources will be destroyed by this change!

Plan: 0 to add, 0 to change, 2 to destroy
Show summary | CHANGE | NAME | |--------|---------------------------------------------------------------------| | delete | `aws_route53_record.avis-confidentialite-snc-alpha-canada-ca-CNAME` | | | `aws_route53_record.privacy-statements-cds-alpha-canada-ca-CNAME` |
Show plan ```terraform Resource actions are indicated with the following symbols: - destroy Terraform will perform the following actions: # aws_route53_record.avis-confidentialite-snc-alpha-canada-ca-CNAME will be destroyed # (because aws_route53_record.avis-confidentialite-snc-alpha-canada-ca-CNAME is not in configuration) - resource "aws_route53_record" "avis-confidentialite-snc-alpha-canada-ca-CNAME" { - fqdn = "avis-confidentialite.snc.alpha.canada.ca" -> null - id = "Z33C47YI9EN8XL_avis-confidentialite.snc.alpha.canada.ca_CNAME" -> null - multivalue_answer_routing_policy = false -> null - name = "avis-confidentialite.snc.alpha.canada.ca" -> null - records = [ - "behavioural-scallop-nlrxwf5edg8eivh9qeu0ai9p.herokudns.com", ] -> null - ttl = 300 -> null - type = "CNAME" -> null - zone_id = "Z33C47YI9EN8XL" -> null } # aws_route53_record.privacy-statements-cds-alpha-canada-ca-CNAME will be destroyed # (because aws_route53_record.privacy-statements-cds-alpha-canada-ca-CNAME is not in configuration) - resource "aws_route53_record" "privacy-statements-cds-alpha-canada-ca-CNAME" { - fqdn = "privacy-statements.cds.alpha.canada.ca" -> null - id = "Z33C47YI9EN8XL_privacy-statements.cds.alpha.canada.ca_CNAME" -> null - multivalue_answer_routing_policy = false -> null - name = "privacy-statements.cds.alpha.canada.ca" -> null - records = [ - "radiant-damselfly-fxzk8vc81qdj2jzmuog6ncda.herokudns.com", ] -> null - ttl = 300 -> null - type = "CNAME" -> null - zone_id = "Z33C47YI9EN8XL" -> null } Plan: 0 to add, 0 to change, 2 to destroy. ───────────────────────────────────────────────────────────────────────────── Saved the plan to: plan.tfplan To perform exactly these actions, run the following command to apply: terraform apply "plan.tfplan" ```
Show Conftest results ```sh WARN - plan.json - main - Missing Common Tags: ["aws_route53_zone.alpha-canada-ca-public"] WARN - plan.json - main - Missing Common Tags: ["aws_route53_zone.cds-snc-ca-public"] WARN - plan.json - main - Missing Common Tags: ["aws_route53_zone.notification-canada-ca-public"] 20 tests, 17 passed, 3 warnings, 0 failures, 0 exceptions ```