Skip to main content

3 docs tagged with "infrastructure-as-code"

View all tags

Introduction to Infrastructure as Code (IaC)

Master the fundamentals of Infrastructure as Code and why Terraform is the industry standard for DevOps. Learn how to manage your cloud infrastructure with code, ensuring consistency, scalability, and version control. This guide will set the stage for your IaC journey and prepare you for hands-on labs in Terraform.

Providers and Resources

Learn the fundamental building blocks of Terraformโ€”how to connect to a cloud and define your infrastructure. This chapter covers Providers, Resources, and how Terraform manages dependencies between them.

Variables and Outputs

Make your Terraform code dynamic, reusable, and organized using Input Variables and Output Values. This chapter covers how to define variables, assign values, and extract information from your infrastructure after it's built.