Terraform Cloud Infrastructure Provisioning Web Services Project with Visual Programming
Explore the docs »
한국어
·
English
Report Issues
·
Pull Requests
Table of Contents
Many companies are choosing Terraform as an IaC tool for transitioning from existing cloud and on-premise environments to cloud native environments. However, they are suffering a lot due to Terraform's high entry barriers. Therefore, we want to lower the barriers to Terraform's entry through "Terraform Cloud Infrastructure Provisioning Web Service with Visual Programming." This enables start-up and SI teams that want to introduce a new cloud-native environment and TF teams that want to test and prototype the IaC environment quickly.
helm repo add canvas-helm https://terraform-canvas.github.io/canvas-helm/
helm install canvas-helm/terraform-canvas
It needs github token to run release workflow.
## Github Repository settings
TOKEN_GITHUB=xxx
You have to follow next steps to release your helm chart
- Fix version in
/charts/terraform-canvas/Chart.yaml
- Make Pull Request from release branch to main branch
- Merge above Pull Request (Then, the release workflow runs, and it makes release package)
Please refer to CONTRIBUTION.txt
for Contribution.
For issues, new functions and requests to modify please follow the following procedure. 🥰
- Fork the Project
- Create a Issue when you have new feature or bug, just not Typo fix
- Create your Feature Branch from dev Branch (
git checkout -b feature/Newfeature
) - Commit your Changes (
git commit -m 'feat: add new feature'
) - Push to the Branch (
git push origin feature/Newfeature
) - Open a Pull Request to dev branch with Issues
Please refer to LICENSE.txt
for LICENSE.
Sumin Kim |