diff options
| author | Saumit <justsaumit@protonmail.com> | 2025-09-28 01:54:24 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2025-09-28 01:54:24 +0530 |
| commit | d682471acaa88e96c78717b813ffeedb726da831 (patch) | |
| tree | 9ddb923e20a568fd618de8a0793fee7893a07fc5 /astroshop-terraform/variables.tf | |
| parent | 793b832b52d8dbce129d347e2cbcfffadaf4867d (diff) | |
backend.tf: State file configuration
Diffstat (limited to 'astroshop-terraform/variables.tf')
| -rw-r--r-- | astroshop-terraform/variables.tf | 5 |
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 |
