Skip to content

Commit

Permalink
fix(m0): try to use google nameserver temporariliy
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 9, 2025
1 parent 965d9f7 commit aad8af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/m0/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ resource "acme_certificate" "m0_acme_cert" {
key_type = "2048" # RSA
certificate_p12_password = random_password.m0_cert_password.result
subject_alternative_names = ["www.${local.fqdn}"]
recursive_nameservers = ["8.8.8.8:53"]

dns_challenge {
provider = "azure"
Expand Down

0 comments on commit aad8af0

Please sign in to comment.