Skip to content

Commit 80b3a9e

Browse files
committed
fix incorrect config
1 parent 6d9e8fd commit 80b3a9e

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ For the most up-to-date information about changes and updates, please refer to t
88
[Release Notes](https://github.com/Azure/terraform-azurerm-aks/releases) on our GitHub releases page.
99

1010
The release notes contain detailed information about new features, improvements,
11-
bug fixes.
11+
bug fixes.

log_analytics.tf

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,7 @@ resource "azurerm_log_analytics_solution" "main" {
5656
solution_name = "ContainerInsights"
5757
workspace_name = local.log_analytics_workspace.name
5858
workspace_resource_id = local.log_analytics_workspace.id
59-
tags = merge(var.tags, (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
60-
avm_git_commit = "886c26d95843149cc2a58ae72edb31478faa2a8c"
61-
avm_git_file = "main.tf"
62-
avm_git_last_modified_at = "2023-07-20 06:04:07"
63-
avm_git_org = "Azure"
64-
avm_git_repo = "terraform-azurerm-aks"
65-
avm_yor_trace = "5bcf0000-2dc6-441a-9825-6d582659aeb7"
66-
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/), (/*<box>*/ (var.tracing_tags_enabled ? { for k, v in /*</box>*/ {
67-
avm_yor_name = "main"
68-
} /*<box>*/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /*</box>*/))
59+
tags = var.tags
6960

7061
plan {
7162
product = "OMSGallery/ContainerInsights"

0 commit comments

Comments
 (0)