From 1800c8780cb989e725cdbdfa8512c054aef0fbb5 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 17 Nov 2023 15:31:56 +0100 Subject: [PATCH] fix(dns): correct zone name 'cthulhunetes.net' --- terraform/dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index 4ee7d60..c726f51 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -1,6 +1,6 @@ resource "cloudflare_zone" "cthulhunetes" { account_id = "f24333bb3c47d6db753e57e2a0c90082" - zone = "cthulunetes.net" + zone = "cthulhunetes.net" } resource "cloudflare_zone_dnssec" "cthulhunetes" {