Terraform module for synchronizing ControlShift data into your data warehouse
Terraform Module Registry listing
For generating new releases follow the steps below:
- Commit your changes and push them to Github.
- Create a tag in your local git repository (e.g.:
git tag 1.0.2
). - Push the tag to Github (e.g.:
git push origin 1.0.2
). - Go to the Github Releases page and click on Draft a new release
- Select the git tag you just created in the tag field
- Enter a title and a description of this release's changes.
- Click on Publish release
- Verify the new version is listed as the latest at Terraform Module Registry listing