This repository contains a terraform module to create a CodeBuild pipeline 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 won't run correctly on 0.11 or below.
For terraform Providers:
- Provider aws version
2.70.0
. We are not recommending usage of3.0.0
and above. - Provider random version
2.3.0
.
This module will need resources created with the terraform-aws-sqitch-codebuild-shared-resources module.
Go to the example
directory, there are two example provided there. The simple
directory uses the bare minimum variables needed, while the complete
directory provides argument for buildspec and additional environment variables.
We use SemVer for our versioning
Latest stable version v1.0.0
, 31st May 2021
Latest version v1.0.0
, 31st May 2021
Latest release :
- Terraform 12 syntax
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