cds-snc / dns

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

added fr subdomain #327

Closed omartehsin1 closed 1 year ago

omartehsin1 commented 1 year ago

Summary | Résumé

Added French NS records for simplify privacy statements app

github-actions[bot] commented 1 year ago

DNS

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

Plan: 1 to add, 0 to change, 0 to destroy
Show summary | CHANGE | NAME | |--------|-----------------------------------------------------------------------------| | add | `aws_route53_record.simplification-avis-confidentialite-alpha-canada-ca-NS` |
Show plan ```terraform Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # aws_route53_record.simplification-avis-confidentialite-alpha-canada-ca-NS will be created + resource "aws_route53_record" "simplification-avis-confidentialite-alpha-canada-ca-NS" { + allow_overwrite = (known after apply) + fqdn = (known after apply) + id = (known after apply) + name = "simplification-avis-confidentialite.alpha.canada.ca" + records = [ + "ns-1133.awsdns-13.org", + "ns-1935.awsdns-49.co.uk", + "ns-414.awsdns-51.com", + "ns-941.awsdns-53.net", ] + ttl = 300 + type = "NS" + zone_id = "Z33C47YI9EN8XL" } Plan: 1 to add, 0 to change, 0 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 ```