Browse Source

Updated phantom /var/log EBS volume size

Charles Kuykendall 3 years ago
parent
commit
1013d1b92f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/phantom/main.tf

+ 1 - 1
base/phantom/main.tf

@@ -122,7 +122,7 @@ resource "aws_instance" "phantom-server-instance" {
     # /var/log
     device_name           = "/dev/xvdq"
     volume_type           = "gp3"
-    volume_size           = 20
+    volume_size           = 30
     delete_on_termination = true
     encrypted             = true
     kms_key_id            = data.aws_kms_key.ebs-key.arn