ibrand / terraform-aws-controlshift-redshift-sync

Terraform module for synchronizing ControlShift data into your data warehouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-controlshift-redshift-sync

Terraform module for synchronizing ControlShift data into your data warehouse

Terraform Module Registry listing

How-to create new releases

For generating new releases follow the steps below:

  1. Commit your changes and push them to Github.
  2. Create a tag in your local git repository (e.g.: git tag 1.0.2).
  3. Push the tag to Github (e.g.: git push origin 1.0.2).
  4. Go to the Github Releases page and click on Draft a new release
  5. Select the git tag you just created in the tag field
  6. Enter a title and a description of this release's changes.
  7. Click on Publish release
  8. Verify the new version is listed as the latest at Terraform Module Registry listing

About

Terraform module for synchronizing ControlShift data into your data warehouse

License:MIT License


Languages

Language:HCL 73.6%Language:Smarty 18.7%Language:JavaScript 7.7%