terraform

Pinned ·

Terraform or Pulumi for IaC

Terraform by Hashicorp is a pioneer in the area of IaC tooling which allows to define infrastructure in a declarative manner by using its own language (HCL – Hashicorp Configuration Language). That means: it takes definition of the infrastructure (simplistic example could be a c…