From 90a62ae7ea5e745b99d8ac8d08ae837bbaedfce5 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sun, 28 Sep 2025 04:34:29 +0530 Subject: backend: Refactor formatting in main.tf and variables.tf, add terraform.tfvars for configuration --- astroshop-terraform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astroshop-terraform/variables.tf') diff --git a/astroshop-terraform/variables.tf b/astroshop-terraform/variables.tf index 54bca93..35faef8 100644 --- a/astroshop-terraform/variables.tf +++ b/astroshop-terraform/variables.tf @@ -42,8 +42,8 @@ variable "cluster_version" { variable "public_access_cidrs" { description = "List of CIDR blocks that can access the public API endpoint" - type = list(string) - default = [] + type = list(string) + default = [] } variable "node_groups" { -- cgit v1.2.3