fix: automatically create dns recods
This commit is contained in:
@@ -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}"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user