Terraform Training
Level
AdvancedDuration
24h / 3 dayDate
Individually arrangedPrice
Individually arrangedTerraform Training
Discover the leading tool for managing public cloud environments (and more) – Terraform – and take infrastructure management to the next level! This course not only covers the basics of using Terraform but also provides practical knowledge on best practices, teamwork, and automation with Terraform.
What You Will Learn
- Terraform fundamentals
- How to prepare your environment for efficient and convenient Terraform project development
- Creating, modifying, and deleting resources in Terraform
- Code modularization techniques to ensure reusability across projects
- What Terraform state is and how to perform advanced operations on it
- How Terraform manages dependencies and how to leverage this to build advanced solutions
- How to dynamically create resources and parameterize your modules
- How to integrate Terraform with existing infrastructure
- How to manage database objects, proving Terraform can be used beyond public clouds
- Best practices and additional tools that improve code quality
Requirements
- Basic knowledge of Terraform
- Training level: Intermediate
Who is this training for?
Professionals working with public cloud who want to simplify their work through automation
Companies using multiple cloud providers
Those who want to unify infrastructure management processes
Especially developers and DevOps engineers
Training Program
-
Module 1 – Introduction to Infrastructure as Code
- What is Infrastructure as Code (IaC)?
- Overview of IaC tools
- Terraform fundamentals
-
Module 2 – Installing Terraform
- Terraform installation
- Initial configuration
-
Module 3 – Terraform Basics
- Directory and file structure
- Terraform state and backends
- Terraform providers
- Resource and data blocks
- Using the Local provider to manage local resources
- Basic collection operations with
for_eachandcount
-
Module 4 – State Management
- Local state
- State management in GCP
-
Module 5 – Configuring a Remote Backend with GCP
- Creating backend resources
- Using a remote backend in a Terraform project
-
Module 6 – Project: Creating a Virtual Machine for an HTTP Server
- Using the GCP provider with a remote backend
- Creating a pre-configured VM
- Configuring Load Balancer and firewall rules
- Using additional providers: TLS, Template, Random
-
Module 7 – Creating Reusable Local Modules in Terraform
- Defining and declaring local modules
- Using variables and outputs
- Modularizing the completed project
-
Module 8 – Creating a Reusable GKE Cluster Module
- Defining all resources with Terraform
- Initial cluster configuration with the Kubernetes provider
- Creating namespaces
- Configuring RBAC
- Best practices for variables, locals, and data blocks
-
Module 9 – Terraform Deep-Dive
- Meta-arguments
- Terraform functions
-
Module 10 – Design Patterns
- Secrets Facility
- Module Composition
- Infrastructure Layering
- Delegate Pattern
-
Module 11 – Large-scale Terraform Implementation – Best Practices
- Managing IaC repositories
- Building CI/CD pipelines
- Managing complex configurations
-
Module 12 – Additional Tools and Their Usage
- tfenv
- pre-commit
- terragrunt
- terraform console
- tflint