fix: automatically create dns recods

This commit is contained in:
2026-01-01 18:59:53 -05:00
parent 4768c94b24
commit ac8b6d8f9a
4 changed files with 68 additions and 40 deletions

View File

@@ -22,6 +22,6 @@ resource "hcloud_network_route" "gateway" {
// A managed certificate for the domain, to be used by the load balancer.
resource "hcloud_managed_certificate" "managed_cert" {
name = "managed_cert"
name = "Main Certificate"
domain_names = ["*.${local.domain}", "${local.domain}"]
}