소스 검색

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"
-}
+}