Terraform

Terraform Plan

Terraform Plan [Tricks] – What you should know about

Terraform Plan it’s the first phase of the Terraform workflow. And we need to understand it as your first task when you decide to learn Terraform. Although it’s a pretty straightforward concept, still it’s crucial to understand its importance. The primary function of Terraform is to build, change, and destroy infrastructure resources to reach the …

Terraform Plan [Tricks] – What you should know about Read More »

Terraform and Ansible

Terraform and Ansible

The Terraform and Ansible are Infrastructures as Code tools that help us DevOps Engineers automate complex tasks in a scalable fashion. They both reach and perform the same goal. Few people know we can combine both technologies, giving us more flexibility to resolve complex problems related to infrastructure and provisioning resources in the Cloud, no matter which cloud provider …

Terraform and Ansible Read More »

Terraform Conditional

Terraform Conditional

How to create Terraform Conditional? Like if-statement? Terraform is a declarative language. As we know, infrastructure-as-code in a declarative language gives us a more accurate picture of what’s deployed than in a procedural language, so it’s easier to reason about and makes it more straightforward to preserve the codebase small. However, specific types of tasks …

Terraform Conditional Read More »