From 031b021faecac09d17a3a90142e19bd0ca2ee870 Mon Sep 17 00:00:00 2001 From: Dingjia Chen <48020536+Pumpkin-3906@users.noreply.github.com> Date: Fri, 10 Feb 2023 21:33:44 -0600 Subject: [PATCH] change analytical_storage_ttl default value to -1 (#147) --- quickstart/101-cosmos-db-analyticalstore/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/101-cosmos-db-analyticalstore/variables.tf b/quickstart/101-cosmos-db-analyticalstore/variables.tf index 54a1b0dc..1a29addc 100644 --- a/quickstart/101-cosmos-db-analyticalstore/variables.tf +++ b/quickstart/101-cosmos-db-analyticalstore/variables.tf @@ -50,6 +50,6 @@ variable "sql_container_name" { variable "analytical_storage_ttl" { type = number - default = 0 + default = -1 description = "Analytical Storage TTL in seconds." } \ No newline at end of file