From d682471acaa88e96c78717b813ffeedb726da831 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sun, 28 Sep 2025 01:54:24 +0530 Subject: backend.tf: State file configuration --- astroshop-terraform/variables.tf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 astroshop-terraform/variables.tf (limited to 'astroshop-terraform/variables.tf') diff --git a/astroshop-terraform/variables.tf b/astroshop-terraform/variables.tf new file mode 100644 index 0000000..3b0968c --- /dev/null +++ b/astroshop-terraform/variables.tf @@ -0,0 +1,5 @@ +variable "region" { + description = "The AWS region to deploy resources in" + type = string + default = "ap-south-1" +} \ No newline at end of file -- cgit v1.2.3