diff --git a/terraform/main.tf b/terraform/main.tf index b289b56d..4c188279 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -103,15 +103,15 @@ module "frontend" { // Conditionally created for imo-msw preview environment // Can be removed or altered for other applications -module "dns" { - count = local.create_imo_msw_preview_dns - source = "./modules/dns" - dns_zone_name = local.dns_zone_name - dns_resource_group_name = "rg-dns" - frontend_container_app_environment_name = module.appenv.container_app_environment_name - frontend_resource_group_name = azurerm_resource_group.imo_app.name - frontend_container_app_name = module.frontend.container_app_name - frontend_dns_prefix = local.frontend_dns_prefix - frontend_fqdn = module.frontend.fqdn - frontend_custom_domain_verification_id = module.frontend.custom_domain_verification_id -} +# module "dns" { +# count = local.create_imo_msw_preview_dns +# source = "./modules/dns" +# dns_zone_name = local.dns_zone_name +# dns_resource_group_name = "rg-dns" +# frontend_container_app_environment_name = module.appenv.container_app_environment_name +# frontend_resource_group_name = azurerm_resource_group.imo_app.name +# frontend_container_app_name = module.frontend.container_app_name +# frontend_dns_prefix = local.frontend_dns_prefix +# frontend_fqdn = module.frontend.fqdn +# frontend_custom_domain_verification_id = module.frontend.custom_domain_verification_id +# }