HashiCorp Certified Terraform Associate
π οΈ HashiCorp Certified Terraform Associate π What is Infrastructure as Code (IaC)? Infrastructure as Code (IaC) is managing infrastructure using code instead of manual configuration. Terraform allows users to define both low-level resources (like virtual machines, networks) and high-level resources (like DNS, SaaS features). Terraform: Creates infrastructure safely and efficiently. Tracks and versions changes. Allows incremental updates and changes through an execution plan. π Terraform Variables Variable Types Terraform supports several variable types: ...