소스 검색

MSOCI-1853 tqbackup volume needs moar bigger

Tag v3.2.7
Duane Waddle 3 년 전
부모
커밋
19d9c9aa22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      base/threatquotient/vars.tf

+ 1 - 1
base/threatquotient/vars.tf

@@ -1,6 +1,6 @@
 variable tqbackup_size {
   description = "Size of the tqbackup EBS volume"
-  default = 15
+  default = 100
 }
 
 variable extra_key_users {