Skip to content

Add Google Search Console TXT verification record for brignano.io#18

Merged
brignano merged 2 commits intomainfrom
copilot/add-txt-dns-record
Feb 21, 2026
Merged

Add Google Search Console TXT verification record for brignano.io#18
brignano merged 2 commits intomainfrom
copilot/add-txt-dns-record

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 21, 2026

Adds the required TXT DNS record to the brignano.io Route53 zone to verify ownership in Google Search Console.

Changes

  • iac/main.tf: New aws_route53_record.google_search_console resource with the verification TXT value
resource "aws_route53_record" "google_search_console" {
  zone_id = aws_route53_zone.default.zone_id
  name    = aws_route53_zone.default.name
  type    = "TXT"
  ttl     = 300
  records = ["google-site-verification=iuAjGvkyDsbBSwLyidTghmiUG6OLTgOGxghW4M317QM"]
}

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: brignano <9291621+brignano@users.noreply.github.com>
Copilot AI changed the title [WIP] Add TXT DNS record for Google Search Console Add Google Search Console TXT verification record for brignano.io Feb 21, 2026
Copilot AI requested a review from brignano February 21, 2026 18:38
@brignano brignano marked this pull request as ready for review February 21, 2026 18:43
Copilot AI review requested due to automatic review settings February 21, 2026 18:43
@github-actions
Copy link
Copy Markdown

Terraform Cloud Plan Output

Plan: 1 to add, 0 to change, 0 to destroy.

Terraform Cloud Plan

@brignano brignano merged commit e20e59a into main Feb 21, 2026
3 checks passed
@brignano brignano deleted the copilot/add-txt-dns-record branch February 21, 2026 18:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Route53 TXT record in the brignano.io hosted zone to support Google Search Console DNS verification.

Changes:

  • Introduces aws_route53_record.google_search_console with the google-site-verification=... TXT value at the zone apex.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants