Skip to content

Commit

Permalink
add github verify check mark
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Oct 29, 2024
1 parent 9976f97 commit b797586
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions iac/github_verify.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
resource "google_dns_record_set" "github_verify" {
managed_zone = google_dns_managed_zone.top-level-zone.name

name = "_gh-octo-sts-o.octo-sts.dev."
type = "TXT"
ttl = 300

rrdatas = [
"\"cc539450df\"",
]
}

0 comments on commit b797586

Please sign in to comment.