terraform-community-modules / tf_aws_vpc

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-vpc
Other
210 stars 203 forks source link

Formatted files #15

Closed mattclegg closed 8 years ago

mattclegg commented 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).

hingstarne commented 8 years ago

Same happened here...... So would be awesome to fmt all commits before merging as fmt is part of our tests.

antonbabenko commented 8 years ago

Good point.