Skip to content

Commit

Permalink
fix: added github challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare authored Apr 9, 2024
1 parent afcff3a commit dcc4247
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tofu/zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ module "ribbonstudios_com" {
domain = "ribbonstudios.com"

records = [
{
name = "_github-challenge-rain-cafe-org"
type = "TXT"
records = [
"6cb6707451"
]
},
{
type = "A"
records = local.github_pages_ipv4
Expand Down

0 comments on commit dcc4247

Please sign in to comment.