Adds phantom_instance_count to account varibles
@@ -9,6 +9,6 @@
for i in $( find . -type d -name "$1" -print | egrep -v "000-skeleton" ); do
echo Processing $i...
pushd $i
- terragrunt-local init && terragrunt-local apply
+ terragrunt init && terragrunt apply
popd
done
@@ -166,8 +166,11 @@ locals {
# mailrelay
mailrelay_instance_type = "t3a.micro"
- # Proxy
+ # OpenVPN Server
openvpn_instance_type = "t3a.medium"
+
+ # Phantom Server
+ phantom_instance_count = 1
# Proxy
proxy_server_instance_type = "t3a.medium"
@@ -173,6 +173,9 @@ locals {
# OpenVPN Server
# Proxy Server
proxy_server_instance_type = "t3a.micro"