Browse Source

Merge pull request #287 from mdr-engineering/hotfix/ftd_na_increase_reposerver_drive_size

Increases Repo server's Drive Size
Frederick Damstra 3 years ago
parent
commit
3146cbbe10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/repo_server/main.tf

+ 1 - 1
base/repo_server/main.tf

@@ -1,7 +1,7 @@
 # Some instance variables
 locals {
   ami_selection = "minion" # master, minion, ...
-  repo_drive_size = 10 # Consider changing volume type to SC1 if size is ever > 500GB
+  repo_drive_size = 30 # Consider changing volume type to SC1 if size is ever > 500GB
 }
 
 # Rather than pass in the aws security group, we just look it up. This will