Skip to content

Commit

Permalink
Add workaround for Terraform bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
lancekuo committed May 25, 2017
1 parent 1a8ccb9 commit 6606d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swarm/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ variable "domain" {}
variable "availability_zones" {}

provider "aws" {
// region = "ca-central-1"
region = "${var.region}"
}

0 comments on commit 6606d7c

Please sign in to comment.