cloudposse-archives / tfmask

Terraform utility to mask select output from `terraform plan` and `terraform apply`
https://cloudposse.com/accelerate
Apache License 2.0
202 stars 27 forks source link

Increase MaxBufferSize #25

Open davewongillies opened 3 years ago

davewongillies commented 3 years ago

We've hit on some situations where tfmask would hit this error:

bufio.Scanner: token too long

This was because some of the lines in our output were exceeding the default MaxScanTokenSize in bufio.Scanner

This change increases the buffer by 10.