瀏覽代碼

Oops.. I like us-east-2

Fred Damstra (Macbook 2015) 2 年之前
父節點
當前提交
f7a3294d4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.tf

+ 1 - 1
config.tf

@@ -1,6 +1,6 @@
 locals {
   profile = "default"
-  region  = "us-east-1"
+  region  = "us-east-2"
   prefix  = "terraform-remote-state" # Prefix for resources. Select resource types may truncate this.
   tags = {
     "tf_module" : basename(path.root)