Skip to content

Commit aad4605

Browse files
Arnel Jan SarmientoArJSarmiento
authored andcommitted
feat: Add GitHub Pages domain verification record to DNS configuration
1 parent e609b32 commit aad4605

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

workspaces/root/dns/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ locals {
150150
"ns-311.awsdns-38.com.",
151151
]
152152
}
153+
154+
# GitHub Pages domain verification
155+
github_pages_verification = {
156+
name = "_gh-DurianPy-Davao-Python-User-Group-o.durianpy.org"
157+
type = "TXT"
158+
ttl = 300
159+
records = ["a413414709"]
160+
}
153161
}
154162

155163
delegated_zone_records = {

0 commit comments

Comments
 (0)