浏览代码

fix default size

Chris Mague 6 年之前
父节点
当前提交
d4368cbae6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      variables.tf

+ 2 - 2
variables.tf

@@ -46,10 +46,10 @@ variable "data-node-count" {
 
 variable "re-instance-type" {
   description = "The size of instance to run"
-  default     = "m5a.2xlarge"
+  default     = "t2.2xlarge"
 }
 
 variable "re-volume-size" {
   description = "The size of the two volumes to attach"
   default     = "150"
-}
+}