This repository contains a terraform module to create reusable things to be used by CodeBuild pipelines for deploying Sqitch SQL migration framework to RDS instances in the same account.
For Terraform version, this module has been tested on terraform 0.12.31. It might not run correctly on 0.11 or below.
For terraform Providers:
- Provider aws version
2.70.0
. We have not tested usage of3.0.0
and above. - Provider random version
2.3.0
.
This module doesn't require any extra module to be run independently first.
Go to the example
directory for example terraform code that uses this module.
We use SemVer for our versioning
Latest stable version v1.1.0
, 2nd June 2021
Latest version v1.1.0
, 2nd June 2021
Latest release :
- Allow usage of Customer Managed Keys for SecureString encryption & decryption
Please also see our CHANGELOG
document in this repository and see more detail
Please see our example of CONTRIBUTING
document
For question, issue, and pull request you can contact these people
- Christianto Handojo (Author)
This module is licensed under Apache License 2.0 - see the LICENSE
file for details
Finally, add some useful link and source and give appreciation to their share
- Readme Template
- Friendly Readme
- Opensource Guide
- Inspiration from other open source