Skip to content

Commit

Permalink
changed region to paris
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishika RAY committed Dec 6, 2024
1 parent 4475827 commit bdd0d6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/infra/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Global
project_prefix = "prefix"
resource_owner = "name"
project_prefix = "ishika"
resource_owner = "ishika"

#AWS INFRA
aws_region = "ap-south-1"
azs = ["ap-south-1a", "ap-south-1b"]
aws_region = "eu-west-3"
azs = ["eu-west-3a", "eu-west-3b"]

#Assets
nic = false
Expand Down

0 comments on commit bdd0d6e

Please sign in to comment.