Skip to content

Commit

Permalink
fix(m0): try to use new dns_challenge provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 9, 2025
1 parent 965d9f7 commit 51bb5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/m0/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ resource "acme_certificate" "m0_acme_cert" {
subject_alternative_names = ["www.${local.fqdn}"]

dns_challenge {
provider = "azure"
provider = "azuredns"
config = {
AZURE_RESOURCE_GROUP = azurerm_resource_group.dns_rg.name
AZURE_ZONE_NAME = azurerm_dns_zone.m0_zone.name
Expand Down

0 comments on commit 51bb5e7

Please sign in to comment.