mirror of
https://github.com/hashicorp/tfc-workflows-gitlab
synced 2026-04-05 19:07:06 +00:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| .copywrite.hcl | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Base.gitlab-ci.yml | ||
| CHANGELOG.md | ||
| CODEOWNERS | ||
| LICENSE | ||
| README.md | ||
HCP Terraform Workflows for GitLab
This repository provides a base template and a sample .gitlab-ci.yml file that demonstrate how to integrate your GitLab CI/CD pipelines with HCP Terraform.
Related Projects
About
These templates utilize custom Docker containers that interact with HCP Terraform APIs instead of the traditional Terraform CLI. The core tooling consists of a containerized Go application designed to work with various CI/CD platforms, including GitHub Actions and GitLab Pipelines.
Usage
Our CI/CD template files are designed to be self-contained, with in-place comments providing additional details. Please refer to these comments for more information.