pub fn read_file_safe( path: &Path, max_size: usize, ) -> Result<String, IaCGeneratorError>
Reads file content safely with size limits