build-harness
build-harness copied to clipboard
Add Instructions to README.md Template for Terraform Pinning
trafficstars
what
- Add these instructions: https://github.com/cloudposse/terraform-aws-tfstate-backend/issues/14#issuecomment-471413744
why
- Users are pinning to
masterb/c that's what our examples show - This is a bad practice that we don't ourselves use or recommend
It would be easy enough to substitute master for tags/{{ tag_version }} in documentation. Users who are copypasting examples should get an error when Terraform attempts to clone the module if they don't change it to a valid value.