Daily Archives: March 3, 2019

1 post

Navigating Terraform Workspaces for Efficient CI/CD and DevOps Pipelines

Terraform by HashiCorp is a powerful tool for managing infrastructure as code (IaC). One of its standout features is the concept of workspaces, which allow for managing multiple environments (e.g., development, UAT, production) within a single configuration. This capability is particularly useful in CI/CD and DevOps workflows, enabling streamlined deployments across various environments. In this blog, we’ll explore Terraform workspaces in-depth, including practical examples and a use case involving a GitLab AutoDevOps pipeline for deploying […]