Browse Source

Removed AWS default region

Roberto Barbosa 8 years ago
parent
commit
85622a32e2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      variables.tf

+ 0 - 1
variables.tf

@@ -14,7 +14,6 @@ variable "stack_name" {
 }
 
 variable "region" {
-	default = "us-west-2"
 }
 
 variable "vpc_id" {}