|
@@ -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
|