Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jboero authored Jul 26, 2018
1 parent 13641a0 commit a457bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-as-code/aws-ec2-instance/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "aws_region" {
description = "AWS region"
default = "us-east-1"
default = "us-east-2"
}

variable "ami_id" {
Expand Down

0 comments on commit a457bf7

Please sign in to comment.