Browse Source

Adds Sensu Instance Size

Brad Poulton 4 years ago
parent
commit
fb6f6e2fa6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      prod/aws-us-gov/mdr-prod-c2/account.hcl

+ 3 - 0
prod/aws-us-gov/mdr-prod-c2/account.hcl

@@ -87,6 +87,9 @@ locals {
   # Vault Server
   vault_server_instance_type = "t3a.micro"
   
+  # Sensu Server
+  sensu_server_instance_type = "t3a.medium"
+
   # For testing
   create_test_instance = false