Skip to content

Commit

Permalink
feat: add TXT record for Miro domain control (#335)
Browse files Browse the repository at this point in the history
* feat: add TXT record for Miro domain control

Signed-off-by: Guillaume Charest <[email protected]>

* fix: merge with existing resource

Signed-off-by: Guillaume Charest <[email protected]>

---------

Signed-off-by: Guillaume Charest <[email protected]>
  • Loading branch information
gcharest authored Jul 24, 2023
1 parent d37b2d9 commit 8ae8277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/cds-snc.ca.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ resource "aws_route53_record" "cds-snc-ca-TXT" {
records = [
"MS=ms61032497",
"v=spf1 include:_spf.google.com include:email.freshdesk.com ~all",
"apple-domain-verification=4YW6F7vBgCWOVoTh"
"apple-domain-verification=4YW6F7vBgCWOVoTh",
"miro-verification=b613aeb17bf7dfe250cf22d5483c1a352ea0c2f1"
]
ttl = "3600"

Expand Down

0 comments on commit 8ae8277

Please sign in to comment.