From c6f0c5e2c4f19ac10122ebb1f509703b56a70568 Mon Sep 17 00:00:00 2001 From: Lexxick Date: Tue, 17 Mar 2026 22:09:27 +0800 Subject: [PATCH] feat(TICKET-1): bump app_version to 1.1.0, add beta_checkout flag --- terraform.tfvars | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform.tfvars b/terraform.tfvars index 070058b..412cdad 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -1,7 +1,8 @@ environment = "test" -app_version = "1.0.0" +app_version = "1.1.0" replica_count = 2 feature_flags = { dark_mode = true new_dashboard = true + beta_checkout = true } \ No newline at end of file