Skip to content

Commit

Permalink
[terraform] revert docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Dec 5, 2024
1 parent a29e463 commit 9de6511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ resource "cloudflare_pages_domain" "cloudflare_blog_domain" {
domain = "blog.puvvadi.me"
}

resource "cloudflare_dns_record" "cloudflare_blog_record" {
resource "cloudflare_record" "cloudflare_blog_record" {
zone_id = data.cloudflare_zones.zone_puvvadi_me.zones[0].id
name = "blog"
value = cloudflare_pages_project.blog_pages_project.subdomain
content = cloudflare_pages_project.blog_pages_project.subdomain
type = "CNAME"
proxied = true
ttl = 1
Expand Down

0 comments on commit 9de6511

Please sign in to comment.