Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
Changed region
  • Loading branch information
jboero authored Jul 26, 2018
1 parent a457bf7 commit 052847a
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-2"
default = "us-east-1"
}

variable "ami_id" {
Expand Down

0 comments on commit 052847a

Please sign in to comment.