소스 검색

MSOCI-1853 root fs too smol too

Duane Waddle 3 년 전
부모
커밋
d189b21a63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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