summaryrefslogtreecommitdiff
path: root/astroshop-terraform/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'astroshop-terraform/variables.tf')
-rw-r--r--astroshop-terraform/variables.tf5
1 files changed, 5 insertions, 0 deletions
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