Changes the disk free threshold for / from 20% to 1000MB
@@ -18,7 +18,7 @@ locals {
}
standard_paths = {
- "root": "20%",
+ "root": "1000",
"/tmp": "20%",
"/home": "20%",
"/var": "20%",