🚀 DevOps & SRE Certification Program 📅 Starting: 1st of Every Month 🤝 +91 8409492687 🔍 Contact@DevOpsSchool.com

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Terraform Cloud (HCP Terraform) Tutorials: Workspace Workflow types

Terraform Cloud (HCP Terraform) provides different workspace workflow types, allowing teams to manage infrastructure efficiently based on their preferred automation and collaboration methods. Below are the primary workspace workflow types available in HCP Terraform.


1. UI/VCS-Driven Workflow

  • Description:
    This is the most commonly used workflow in HCP Terraform. A workspace is linked to a Version Control System (VCS) repository (such as GitHub, GitLab, Bitbucket, or Azure DevOps), and Terraform automatically triggers a plan when new changes are committed. If a pull request (PR) is created, Terraform executes a speculative plan, helping teams review the impact of changes before merging.
  • Use Case:
    • Best for GitOps workflows, where infrastructure changes are managed through pull requests and code reviews.
    • Ideal for teams collaborating on infrastructure-as-code (IaC) using version control.
    • Useful for automation, as runs are automatically queued when code changes.

2. API-Driven Workflow

  • Description:
    This workflow does not require a direct connection to a VCS. Instead, Terraform configurations are uploaded via API from an external system such as a CI/CD pipeline, automation scripts, or custom integrations. Runs are triggered programmatically by pushing configuration files to Terraform Cloud.
  • Use Case:
    • Suitable for organizations using custom automation tools that need Terraform to be part of a larger workflow.
    • Ideal when working with unsupported VCS providers or dynamically generated Terraform configurations.
    • Useful for event-driven automation, where infrastructure changes are triggered by external workflows.

3. CLI-Driven Workflow

  • Description:
    The CLI-driven workflow allows users to run Terraform directly from the Terraform CLI while still taking advantage of Terraform Cloud’s features like remote execution, state management, policy enforcement, and private module registries. Instead of running Terraform locally, commands like terraform plan and terraform apply execute on Terraform Cloud, ensuring consistency and governance.
  • Use Case:
    • Best for teams already using Terraform CLI but want the benefits of centralized collaboration.
    • Useful for organizations that want fine-grained control over when and how Terraform runs are executed.
    • Ideal for teams that do not use a VCS integration but still want Terraform Cloud’s state management and remote execution features.

Choosing the Right Workflow

The choice of workspace workflow type depends on team size, automation needs, and infrastructure management approach:

Workflow TypeBest For
UI/VCS-DrivenTeams using Git-based workflows and pull request reviews for infrastructure changes.
API-DrivenCustom automation pipelines, CI/CD systems, and non-Git-based workflows.
CLI-DrivenTeams using Terraform CLI but need remote execution and collaboration features.

Each workflow provides flexibility in managing infrastructure as code, ensuring efficient automation, collaboration, and governance in Terraform Cloud.


Subscribe
Notify of
guest


0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

0
Would love your thoughts, please comment.x
()
x