Explorar o código

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

Increases Repo server's Drive Size
Frederick Damstra %!s(int64=3) %!d(string=hai) anos
pai
achega
3146cbbe10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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