change analytical_storage_ttl default value to -1 (#147)

This commit is contained in:
Dingjia Chen 2023-02-10 21:33:44 -06:00 committed by GitHub
parent 3f692e024a
commit 031b021fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,6 @@ variable "sql_container_name" {
variable "analytical_storage_ttl" {
type = number
default = 0
default = -1
description = "Analytical Storage TTL in seconds."
}