bedrock/tools
Andre Briggs 43ad005463
Fixed issues with cli download (#1391)
2020-04-27 11:44:21 -07:00
..
prereqs Fixed issues with cli download (#1391) 2020-04-27 11:44:21 -07:00
README.md Add TF 0.12 support (#545) 2019-08-12 08:25:08 -07:00
bedrock_terraform_release.sh Add TF 0.12 support (#545) 2019-08-12 08:25:08 -07:00
toggle_remote_ref.sh Support for using existing / requiring existing resource group(s). (#549) 2019-08-21 13:25:50 -07:00

README.md

Bedrock Tools

This directory contains tools for working with both the release process as well as helping to facilitate pull requests, especially when remote references to modules need to be updated.

Currently, the scripts are:

  • bedrock_terraform_release.sh - this script updates remote references and creates a branch for which releases can be generated
  • toggle_remote_ref.sh - this script is used to toggle remote references in your repository so when a PR is issued with changes affecting remote modules, those changes (in the branch the PR is based on) can be toggled easily for testing (and then returned to reference master post testing)