Skip to content

Commit

Permalink
Merge pull request #6 from jboero/jboero-patch-1-1
Browse files Browse the repository at this point in the history
Update variables.tf
  • Loading branch information
jboero authored Jul 26, 2018
2 parents a457bf7 + 052847a commit 8aa467e
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 8aa467e

Please sign in to comment.