Closed mattclegg closed 8 years ago
Terraform has git conflicts after running
terraform fmt
Then;
terraform get -update
I suppose fmt should really only format the files in your current module (and not the cache of other modules).
fmt
Same happened here...... So would be awesome to fmt all commits before merging as fmt is part of our tests.
Good point.
Terraform has git conflicts after running
Then;
I suppose
fmt
should really only format the files in your current module (and not the cache of other modules).