cds-snc / dns

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

removing for system status recreate #391

Closed ben851 closed 2 months ago

ben851 commented 2 months ago

Summary | Résumé

Temporarily removing cname for system status

Test instructions | Instructions pour tester la modification

TF Apply

github-actions[bot] commented 2 months 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, 1 to destroy
Show summary | CHANGE | NAME | |--------|-----------------------------------------------------------------| | delete | `aws_route53_record.system-status-notification-canada-ca-cname` |
Show plan ```terraform Resource actions are indicated with the following symbols: - destroy Terraform will perform the following actions: # aws_route53_record.system-status-notification-canada-ca-cname will be destroyed # (because aws_route53_record.system-status-notification-canada-ca-cname is not in configuration) - resource "aws_route53_record" "system-status-notification-canada-ca-cname" { - fqdn = "status.notification.canada.ca" -> null - id = "Z1XG153PQF3VV5_status.notification.canada.ca_CNAME" -> null - multivalue_answer_routing_policy = false -> null - name = "status.notification.canada.ca" -> null - records = [ - "d2ica3mejnwxm3.cloudfront.net", ] -> null - ttl = 300 -> null - type = "CNAME" -> null - zone_id = "Z1XG153PQF3VV5" -> null } Plan: 0 to add, 0 to change, 1 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"] WARN - plan.json - main - Missing Common Tags: ["aws_route53_zone.platform-canada-ca-public"] 23 tests, 19 passed, 4 warnings, 0 failures, 0 exceptions ```