Skip to content

Commit

Permalink
fix(aks): use proper local instead of hardcoding value
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Aug 14, 2024
1 parent 4dd8f6a commit d3c8567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module "cert-manager" {
letsencrypt_issuer_email = local.letsencrypt_issuer_email
cluster_oidc_issuer_url = module.aks.cluster_oidc_issuer_url
node_resource_group_name = module.aks.node_resource_group_name
dns_zone_resource_group_name = "default"
dns_zone_resource_group_name = local.default_resource_group

app_autosync = local.app_autosync
enable_service_monitor = local.enable_service_monitor
Expand Down

0 comments on commit d3c8567

Please sign in to comment.