ソースを参照

Removed AWS default region

Roberto Barbosa 8 年 前
コミット
85622a32e2
1 ファイル変更0 行追加1 行削除
  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" {}