Chris Mague před 6 roky
rodič
revize
d4368cbae6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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"
-}
+}