We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f729c13 commit 538513bCopy full SHA for 538513b
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