build-harness icon indicating copy to clipboard operation
build-harness copied to clipboard

Add Instructions to README.md Template for Terraform Pinning

Open osterman opened this issue 5 years ago • 1 comments

what

  • Add these instructions: https://github.com/cloudposse/terraform-aws-tfstate-backend/issues/14#issuecomment-471413744

why

  • Users are pinning to master b/c that's what our examples show
  • This is a bad practice that we don't ourselves use or recommend

osterman avatar Mar 11 '19 05:03 osterman

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.

sudoforge avatar Apr 28 '19 14:04 sudoforge