Prechádzať zdrojové kódy

Merge pull request #411 from mdr-engineering/feature/ftd_MSOCI-1274_VMRay_Modernization

Updates vmray server instance type
Frederick Damstra 4 rokov pred
rodič
commit
66026c6524

+ 2 - 4
test/aws-us-gov/mdr-test-malware/account.hcl

@@ -23,11 +23,9 @@ locals {
   }
 
   instance_types = {
-#    "vmray-server" = "t3a.micro",
-    "vmray-server" = "c5n.metal", # Temporary, while testing all-in-one
+    "vmray-server" = "t3a.micro",
     "vmray-worker" = "c5n.metal"
-#    "vmray-worker" = "c5n.metal"
   }
 
-  vmray_worker_instance_count = 0
+  vmray_worker_instance_count = 1
 }