Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin authored Jul 21, 2024
1 parent 338bb07 commit a8d5791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "cloudflare_record" "cname_ceph" {
proxied = true
}

resource "cloudflare_record" "cname_ceph" {
resource "cloudflare_record" "cname_grafana" {
zone_id = var.cloudflare_zone_id
value = var.dns
name = "grafana"
Expand Down

0 comments on commit a8d5791

Please sign in to comment.