From 7b948b769c6e88dc44efeeb866457d21f1a47990 Mon Sep 17 00:00:00 2001 From: SazniMohamed Date: Tue, 25 Jun 2024 20:22:24 +0530 Subject: [PATCH] Update variables --- modules/azapi/Log-Analytics-Workspace-Table/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/azapi/Log-Analytics-Workspace-Table/variables.tf b/modules/azapi/Log-Analytics-Workspace-Table/variables.tf index aff1d911..4f22bfff 100644 --- a/modules/azapi/Log-Analytics-Workspace-Table/variables.tf +++ b/modules/azapi/Log-Analytics-Workspace-Table/variables.tf @@ -34,7 +34,7 @@ variable "ingestion_plan" { } variable "retention_in_days" { - description = "The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention." + description = "The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention" type = number default = -1 } @@ -54,7 +54,7 @@ variable "table_name" { } variable "total_retention_in_days" { - description = "The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention." + description = "The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention" type = number default = -1 }