diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0591ba89..573651eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
**Merged pull requests:**
+- Add support for Image Cleaner [\#466](https://github.com/Azure/terraform-azurerm-aks/pull/466) ([lonegunmanb](https://github.com/lonegunmanb))
- Add `fips_enabled` support for `default_node_pool` block [\#464](https://github.com/Azure/terraform-azurerm-aks/pull/464) ([lonegunmanb](https://github.com/lonegunmanb))
- Add default empty list for `allowed` and `not_allowed` in `var.maintenance_window` [\#463](https://github.com/Azure/terraform-azurerm-aks/pull/463) ([lonegunmanb](https://github.com/lonegunmanb))
- fix: correct wording of the doc [\#461](https://github.com/Azure/terraform-azurerm-aks/pull/461) ([meysam81](https://github.com/meysam81))
diff --git a/examples/multiple_node_pools/TestRecord.md b/examples/multiple_node_pools/TestRecord.md
index bd4794b7..fd25ec4b 100644
--- a/examples/multiple_node_pools/TestRecord.md
+++ b/examples/multiple_node_pools/TestRecord.md
@@ -1,3 +1,23 @@
+## 02 Nov 23 08:24 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.6.0
+on linux_amd64
++ provider registry.terraform.io/azure/azapi v1.9.0
++ provider registry.terraform.io/hashicorp/azurerm v3.78.0
++ provider registry.terraform.io/hashicorp/null v3.2.1
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.4
+
+### Error
+
+
+
+---
+
## 05 Nov 23 00:29 UTC
Success: true
diff --git a/examples/named_cluster/TestRecord.md b/examples/named_cluster/TestRecord.md
index 450daba2..cacb4324 100644
--- a/examples/named_cluster/TestRecord.md
+++ b/examples/named_cluster/TestRecord.md
@@ -1,3 +1,24 @@
+## 02 Nov 23 09:17 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.6.0
+on linux_amd64
++ provider registry.terraform.io/anschoewe/curl v1.0.2
++ provider registry.terraform.io/azure/azapi v1.9.0
++ provider registry.terraform.io/hashicorp/azurerm v3.78.0
++ provider registry.terraform.io/hashicorp/null v3.2.1
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.4
+
+### Error
+
+
+
+---
+
## 05 Nov 23 01:21 UTC
Success: true
diff --git a/examples/startup/TestRecord.md b/examples/startup/TestRecord.md
index 1465b25e..be1fd6e1 100644
--- a/examples/startup/TestRecord.md
+++ b/examples/startup/TestRecord.md
@@ -1,3 +1,24 @@
+## 02 Nov 23 08:48 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.6.0
+on linux_amd64
++ provider registry.terraform.io/anschoewe/curl v1.0.2
++ provider registry.terraform.io/azure/azapi v1.9.0
++ provider registry.terraform.io/hashicorp/azurerm v3.78.0
++ provider registry.terraform.io/hashicorp/null v3.2.1
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.4
+
+### Error
+
+
+
+---
+
## 05 Nov 23 00:53 UTC
Success: true
diff --git a/examples/with_acr/TestRecord.md b/examples/with_acr/TestRecord.md
index e5f242a4..b1f14882 100644
--- a/examples/with_acr/TestRecord.md
+++ b/examples/with_acr/TestRecord.md
@@ -1,3 +1,23 @@
+## 02 Nov 23 08:22 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.6.0
+on linux_amd64
++ provider registry.terraform.io/azure/azapi v1.9.0
++ provider registry.terraform.io/hashicorp/azurerm v3.78.0
++ provider registry.terraform.io/hashicorp/null v3.2.1
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.4
+
+### Error
+
+
+
+---
+
## 05 Nov 23 00:28 UTC
Success: true
diff --git a/examples/without_monitor/TestRecord.md b/examples/without_monitor/TestRecord.md
index b172044f..c97b66ec 100644
--- a/examples/without_monitor/TestRecord.md
+++ b/examples/without_monitor/TestRecord.md
@@ -1,3 +1,24 @@
+## 02 Nov 23 09:19 UTC
+
+Success: true
+
+### Versions
+
+Terraform v1.6.0
+on linux_amd64
++ provider registry.terraform.io/anschoewe/curl v1.0.2
++ provider registry.terraform.io/azure/azapi v1.9.0
++ provider registry.terraform.io/hashicorp/azurerm v3.78.0
++ provider registry.terraform.io/hashicorp/null v3.2.1
++ provider registry.terraform.io/hashicorp/random v3.3.2
++ provider registry.terraform.io/hashicorp/tls v4.0.4
+
+### Error
+
+
+
+---
+
## 05 Nov 23 01:18 UTC
Success: true
diff --git a/main.tf b/main.tf
index c0604a32..d9d4b8da 100644
--- a/main.tf
+++ b/main.tf
@@ -38,12 +38,12 @@ resource "azurerm_kubernetes_cluster" "main" {
run_command_enabled = var.run_command_enabled
sku_tier = var.sku_tier
tags = merge(var.tags, (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
- avm_git_commit = "2432c552e4c195d2a4030dccb9ca0b8fda513976"
+ avm_git_commit = "99803f7459dec967a852f846498cad2583564533"
avm_git_file = "main.tf"
- avm_git_last_modified_at = "2023-10-30 06:29:22"
+ avm_git_last_modified_at = "2023-11-02 07:48:26"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "dcb9ebb8-aec7-4019-9d7d-82edb12d7008"
+ avm_yor_trace = "4f79ae68-cb36-402a-86b7-23f5fe93b690"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
avm_yor_name = "main"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
@@ -598,7 +598,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool" {
avm_git_last_modified_at = "2023-05-04 05:02:32"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "4cef0a45-b5e9-4676-b9b4-b1a5da18c588"
+ avm_yor_trace = "77324eb2-5928-4f59-a9d2-029967470208"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
avm_yor_name = "node_pool"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
@@ -742,7 +742,7 @@ resource "azurerm_log_analytics_workspace" "main" {
avm_git_last_modified_at = "2023-06-05 02:21:33"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "7ac527e4-31b1-4903-8227-e55f71fd579a"
+ avm_yor_trace = "c65f2c1d-af02-4915-b901-dcce299893c1"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
avm_yor_name = "main"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
@@ -783,7 +783,7 @@ resource "azurerm_log_analytics_solution" "main" {
avm_git_last_modified_at = "2023-07-20 06:04:07"
avm_git_org = "Azure"
avm_git_repo = "terraform-azurerm-aks"
- avm_yor_trace = "5842da32-6194-4ecd-831c-328c7f339466"
+ avm_yor_trace = "9bfb9f35-e2ed-4031-9537-ab182db9ba9e"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ {
avm_yor_name = "main"
} /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))
diff --git a/variables.tf b/variables.tf
index b6ebbba8..0f76ab26 100644
--- a/variables.tf
+++ b/variables.tf
@@ -464,14 +464,14 @@ variable "identity_type" {
variable "image_cleaner_enabled" {
type = bool
- description = "(Optional) Specifies whether Image Cleaner is enabled."
default = false
+ description = "(Optional) Specifies whether Image Cleaner is enabled."
}
variable "image_cleaner_interval_hours" {
type = number
- description = "(Optional) Specifies the interval in hours when images should be cleaned up. Defaults to `48`."
default = 48
+ description = "(Optional) Specifies the interval in hours when images should be cleaned up. Defaults to `48`."
}
variable "ingress_application_gateway_enabled" {