|
@@ -146,6 +146,8 @@ locals {
|
|
"github-backup" = "t3a.medium", # legacy: t2.micro
|
|
"github-backup" = "t3a.medium", # legacy: t2.micro
|
|
"jira-rds" = "db.t3.medium",
|
|
"jira-rds" = "db.t3.medium",
|
|
"jira-server" = "t3a.small", # legacy test: t2.small, legacy prod: t2.medium
|
|
"jira-server" = "t3a.small", # legacy test: t2.small, legacy prod: t2.medium
|
|
|
|
+ "nessus_security_center" = "m5a.xlarge",
|
|
|
|
+ "nessus_scanners" = "m5a.large",
|
|
"phantom" = "t3a.medium", # legacy test: t2.medium, legacy prod: m4.4xlarge
|
|
"phantom" = "t3a.medium", # legacy test: t2.medium, legacy prod: m4.4xlarge
|
|
"qcompliance" = "t3a.small", # legacy: ? not sure
|
|
"qcompliance" = "t3a.small", # legacy: ? not sure
|
|
"splunk-cm" = "t3a.small", # legacy: t2.small
|
|
"splunk-cm" = "t3a.small", # legacy: t2.small
|
|
@@ -170,6 +172,9 @@ locals {
|
|
# Mail Relay Server
|
|
# Mail Relay Server
|
|
mailrelay_instance_type = "t3a.micro"
|
|
mailrelay_instance_type = "t3a.micro"
|
|
|
|
|
|
|
|
+ # Nessus Scanner Variables
|
|
|
|
+ nessus_scanner_count = 2
|
|
|
|
+
|
|
# OpenVPN Server
|
|
# OpenVPN Server
|
|
openvpn_instance_type = "t3a.medium"
|
|
openvpn_instance_type = "t3a.medium"
|
|
|
|
|