Add DNS record for resume.brignano.io subdomain#13
Merged
Conversation
Co-authored-by: brignano <9291621+brignano@users.noreply.github.com>
Co-authored-by: brignano <9291621+brignano@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add DNS record for resume subdomain
Add DNS record for resume.brignano.io subdomain
Jan 17, 2026
Owner
|
@copilot should we update the documentation to include this? |
Co-authored-by: brignano <9291621+brignano@users.noreply.github.com>
Contributor
Author
Terraform Cloud Plan Output |
There was a problem hiding this comment.
Pull request overview
This PR adds DNS routing for a new subdomain resume.brignano.io that points to a separate Vercel deployment, following the existing pattern for CNAME subdomain records.
Changes:
- Added Route53 CNAME record for resume.brignano.io subdomain
- Configured Vercel DNS target in locals.tf
- Updated documentation to reflect the new subdomain
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| iac/main.tf | Adds aws_route53_record.resume resource with CNAME to Vercel hosting |
| iac/locals.tf | Adds vercel_cname_record_resume local variable for the Vercel DNS target |
| readme.md | Updates Domain Management section to document all subdomains including resume |
| iac/README.md | Updates DNS Management section to include subdomain records documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds CNAME record routing
resume.brignano.ioto Vercel hosting at61434b17a818facc.vercel-dns-017.com.Changes
aws_route53_record.resumeresource with CNAME type, TTL 300vercel_cname_record_resumevariable for the Vercel DNS targetFollows existing pattern for subdomain CNAMEs (see
backup_wwwrecord).Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.