Procházet zdrojové kódy

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

Make TQ /tmp 20GB [ needs it during backup ]
Duane Waddle před 3 roky
rodič
revize
370353c645
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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