Skip to content

Commit

Permalink
fix(tofu): underspecified resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 27, 2025
1 parent b513834 commit 5f289a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
grigorjan_net_zone_id = "031954488928102b0936fee7bd9d3312"
}

resource "cloudflare_dns_record" "server_neon" {
resource "cloudflare_dns_record" "server_neon_a" {
type = "A"
name = "neon.grigorjan.net"
content = hcloud_server.neon.ipv4_address
Expand Down

0 comments on commit 5f289a1

Please sign in to comment.