Skip to content

Commit

Permalink
Add import block
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Jan 29, 2025
1 parent c0a340e commit bd7d15f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/domain.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ resource "aws_route53_record" "bluesky" {
ttl = "300"
records = ["did=did:plc:5tjxaioq3ynbbynnarq5dziq"]
}

import {
to = aws_route53_record.bluesky
id = "Z02063701JNV8GCOUJIZZ__atproto.dandiarchive.org_TXT"
}

0 comments on commit bd7d15f

Please sign in to comment.