change analytical_storage_ttl default value to -1 (#147)
This commit is contained in:
parent
3f692e024a
commit
031b021fae
@ -50,6 +50,6 @@ variable "sql_container_name" {
|
|||||||
|
|
||||||
variable "analytical_storage_ttl" {
|
variable "analytical_storage_ttl" {
|
||||||
type = number
|
type = number
|
||||||
default = 0
|
default = -1
|
||||||
description = "Analytical Storage TTL in seconds."
|
description = "Analytical Storage TTL in seconds."
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user