Skip to content

Commit

Permalink
Update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
SazniMohamed committed Jun 25, 2024
1 parent 9b4a6b5 commit 7b948b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/azapi/Log-Analytics-Workspace-Table/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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
}

0 comments on commit 7b948b7

Please sign in to comment.