Tag: HashiCorp

CI / CD

Terraform: Modules using Git Branch as Source

HashiCorp Terraform empowers DevOps Engineers and SREs to manage cloud resources efficiently. One of its standout features is the Terraform Modules support, allowing users to…

Apr 26, 2024 5 min read
DevOps

Terraform: How are Data Sources used?

In HashiCorp Terraform, data sources serve as a bridge between the Terraform configuration and external systems or information. Essentially, data sources allow Terraform to query…

Apr 25, 2024 4 min read
DevOps

Terraform: Split main.tf into seperate files

When using HashiCorp Terraform as the Infrastructure as Code (IaC) tool of choice, it becomes critical to organize the Terraform code as the Terraform project…

Apr 24, 2024 3 min read
DevOps

Terraform: Remove Resource from State File (.tfstate)

Terraform’s declarative approach allows for defining infrastructure as code (IaC), enabling teams to automate the deployment and management of resources across various cloud providers, including…

Apr 23, 2024 3 min read
DevOps

Terraform Workflow Process Explained

HashiCorp Terraform, an open-source Infrastructure as Code (IaC) tool, enables easier infrastructure provisioning and management across all types of platforms. At the heart of Terraform’s…

Nov 13, 2023 6 min read
DevOps

Terraform: How to Join and Split Strings

HashiCorp Terraform, a versatile infrastructure-as-code tool, empowers users to define and provision infrastructure resources with a declarative configuration language. In Terraform, managing strings effectively is…

Nov 8, 2023 5 min read
DevOps

Terraform: Import Existing Infrastructure

The popular HashiCorp Terraform, open-source, Infrastructure as Code (IaC) tool, empowers DevOps and SRE teams to manage and provision resources more efficiently. One of Terraform’s…

Nov 7, 2023 9 min read
DevOps

Terraform: Create your First Module

Infrastructure as Code (IaC) has become a cornerstone of modern cloud management, and HashiCorp Terraform is a powerful tool for achieving this. Terraform allows you…

Oct 26, 2023 2 min read
DevOps

How to Perform String Concatenation in Terraform

Terraform is a powerful infrastructure as code (IaC) tool, but even experienced users sometimes encounter challenges with what seems like basic operations. One such operation…

Oct 11, 2023 4 min read