Terraform has recently evolved into a spotlight infrastructure provisioning tool that is maintained by Rancher engineering. As its popularity grows, so will its open source development.
Improvements to note since Jan 2023
- Rancher2 Provider docs
- Branching into
master 3.x.x
for Rancher 2.7 clusters andrelease/v2 2.x.x
for Rancher 2.6 clusters - Scripts to test Terraform RCs locally on unix and windows
If you are an open source contributor,
- Add a feature / bug fix and smoke test it
- Add or update tests
- Open a PR! Add detailed test steps to Testing on the PR template so Terraform maintainers know how to test your solution.
- Get 2 PR reviews (at least 1 from a Terraform maintainer)
- Merge your PR (a Terraform maintainer will do this if you do not have repo access)