Skip to content

Commit

Permalink
Change default values in aws_region variablies
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 15, 2024
1 parent a5403ae commit 7cc8fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added infrastructure/stage.plan
Binary file not shown.
4 changes: 2 additions & 2 deletions infrastructure/vars.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
variable "aws_region" {
description = "aws_region"
type = string
default = "us-gov-east-1"
default = "us-east-1"
}

variable "aws_other_region" {
description = "aws_other_region"
type = string
default = "us-gov-west-1"
default = "us-east-1"
}

variable "aws_partition" {
Expand Down

0 comments on commit 7cc8fa3

Please sign in to comment.