Skip to content

Commit 538513b

Browse files
committed
wip
1 parent f729c13 commit 538513b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/modules/cdn-frontdoor-profile

infrastructure/modules/cdn-frontdoor-profile/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "azurerm_cdn_frontdoor_secret" "this" {
3333
module "diagnostic-settings" {
3434
source = "../diagnostic-settings"
3535

36-
# count = var.log_analytics_workspace_id != null ? 1 : 0
36+
count = var.log_analytics_workspace_id != null ? 1 : 0
3737

3838
name = "${var.name}-diagnostic-setting"
3939
target_resource_id = azurerm_cdn_frontdoor_profile.this.id

0 commit comments

Comments
 (0)