We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f176eed commit 68707e3Copy full SHA for 68707e3
1 file changed
infrastructure/modules/cdn-frontdoor-profile/main.tf
@@ -33,7 +33,7 @@ resource "azurerm_cdn_frontdoor_secret" "this" {
33
module "diagnostic-settings" {
34
source = "../diagnostic-settings"
35
36
- count = var.log_analytics_workspace_id != null ? 1 : 0
+ # count = var.log_analytics_workspace_id != null ? 1 : 0
37
38
name = "${var.name}-diagnostic-setting"
39
target_resource_id = azurerm_cdn_frontdoor_profile.this.id
0 commit comments