Browse Source

MSOCI-1853 tqbackup volume needs moar bigger

Tag v3.2.7
Duane Waddle 3 years ago
parent
commit
19d9c9aa22
1 changed files with 1 additions and 1 deletions
  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 {