Skip to content

Commit

Permalink
Add missing comment to record
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Feb 13, 2024
1 parent 6e9b57b commit f2e019c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ resource "cloudflare_record" "github_verification" {
type = "TXT"
zone_id = data.cloudflare_zone.main_domain.id
value = "e3447326f4"
comment = "Managed by Terraform"
}

0 comments on commit f2e019c

Please sign in to comment.