Skip to content

Commit 6055970

Browse files
authored
Update main.tf
1 parent 596cf4a commit 6055970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
provider "aws" {
2-
region = "us-gov-west-1"
2+
region = var.aws_region
33
}
44

55
module "vpc" {

0 commit comments

Comments
 (0)