Skip to content

Commit

Permalink
Merge pull request #33 from code0-tech/improve-dns-comment-for-gl-pag…
Browse files Browse the repository at this point in the history
…es-verification

Improve dns comment for pages verification records
  • Loading branch information
Taucher2003 authored May 3, 2024
2 parents 2464a34 + 91d498c commit 9647e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gitlab/pages_domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ resource "cloudflare_record" "gitlab_pages_verification" {
type = "TXT"
zone_id = var.cloudflare_zone_id
value = gitlab_pages_domain.this.verification_code
comment = "Managed by Terraform"
comment = "Managed by Terraform | Pages verification for ${cloudflare_record.gitlab_pages.hostname}"
}

0 comments on commit 9647e96

Please sign in to comment.