Parcourir la source

Merge pull request #510 from mdr-engineering/bugfix/dw_noticket_tq-tmp-disk

Make TQ /tmp 20GB [ needs it during backup ]
Duane Waddle il y a 3 ans
Parent
commit
370353c645
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      base/threatquotient/main.tf

+ 1 - 1
base/threatquotient/main.tf

@@ -117,7 +117,7 @@ resource "aws_instance" "instance" {
     # /tmp
     device_name = "/dev/xvds"
     volume_type = local.ebs_volume_type
-    # volume_size = xx
+    volume_size = 20
     delete_on_termination = true
     encrypted             = true
     kms_key_id            = data.aws_kms_key.ebs-key.arn