Pārlūkot izejas kodu

MSOCI-1853 root fs too smol too

Duane Waddle 3 gadi atpakaļ
vecāks
revīzija
d189b21a63
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      base/threatquotient/main.tf

+ 1 - 1
base/threatquotient/main.tf

@@ -35,7 +35,7 @@ resource "aws_instance" "instance" {
   # These device definitions are optional, but added for clarity.
   root_block_device {
       volume_type = local.ebs_volume_type
-      #volume_size = "60"
+      volume_size = "60"
       delete_on_termination = true
       encrypted = true
       kms_key_id = data.aws_kms_key.ebs-key.arn