No description
Find a file
Paul Anunda fac2c509dd
Merge pull request #33 from hashicorp/compliance/update-headers-batch-1
[IND-4227] [COMPLIANCE] Update Copyright Headers (Batch 1 of 1)
2026-01-06 11:18:56 -05:00
.github/workflows Patch create-jira-issue.workflow.yml with version (#12) 2023-07-20 10:05:06 -07:00
docs docs: add release process doc (#16) 2024-01-26 16:55:50 -08:00
.copywrite.hcl fix: exclude gitlab ci yml from copywriting (#4) 2023-05-23 07:54:32 -07:00
.gitignore GitLab CI/CD templates 2023-05-03 15:08:51 -07:00
.gitlab-ci.yml Prepare v1.3.3 changelog (#32) 2025-03-17 09:21:52 -07:00
Base.gitlab-ci.yml [COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) 2025-12-08 18:39:27 +00:00
CHANGELOG.md Prepare v1.3.3 changelog (#32) 2025-03-17 09:21:52 -07:00
CODEOWNERS Update CODEOWNERS to new group 2023-07-19 19:31:21 -07:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) 2025-12-08 18:39:27 +00:00
README.md docs: rebrand to HCP Terraform (#25) 2024-05-22 07:10:35 -07:00

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.

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.