terraform-community-modules / tf_aws_vpc

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

Versioning the module to avoid problems #21

Closed ainestal closed 8 years ago

ainestal commented 8 years ago

Due to the improvement of the module there are some changes that will make some resources to be modified and/or removed and created. This can be problematic for different scenarios.

It would be nice to create tags (releases) so we can point to specific states of the module

antonbabenko commented 8 years ago

Fixed by pushing two new tags:

Tagging is not part of github merge process, so I sometimes forget to do this.

Also, remember that you can specify git sha as ref in module. ref - The ref to checkout. This can be a branch, tag, commit, etc.