summaryrefslogtreecommitdiff
path: root/astroshop-terraform/variables.tf
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2025-09-28 04:34:29 +0530
committerSaumit <justsaumit@protonmail.com>2025-09-28 04:34:29 +0530
commit90a62ae7ea5e745b99d8ac8d08ae837bbaedfce5 (patch)
tree97c9029d875f13288392bb8af4fb270067e4939a /astroshop-terraform/variables.tf
parentc91e833ccba15a311e23cc21709cdefaf90b4398 (diff)
backend: Refactor formatting in main.tf and variables.tf, add terraform.tfvars for configuration
Diffstat (limited to 'astroshop-terraform/variables.tf')
-rw-r--r--astroshop-terraform/variables.tf4
1 files changed, 2 insertions, 2 deletions
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" {