Skip to content

Commit

Permalink
fix module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrodal committed Sep 12, 2024
1 parent f24ca9e commit b587f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/frontend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "azurerm_container_app" "frontend" {
module "dns" {
count = local.create_dns
depends_on = [azurerm_container_app.frontend]
source = "../modules/dns"
source = "../dns"

dns_zone_name = local.dns_zone_name
dns_resource_group_name = local.dns_resource_group_name
Expand Down

0 comments on commit b587f31

Please sign in to comment.