Terraform: Infrastructure as Code

Learn Terraform: Infrastructure as Code, AWS/GCP/Azure providers, modules, state management, and CI/CD integration. Practical course taught in Russian.

The course includes 8 modules and 700+ exercises with instant feedback.

Course Topics

  • IaC Fundamentals
  • Providers
  • Resources & Variables
  • Modules
  • State Management
  • CI/CD

Frequently Asked Questions

What is Terraform?

Terraform is HashiCorp's Infrastructure as Code tool for declaratively managing cloud infrastructure across multiple providers.

Which cloud providers are covered?

The course covers AWS, GCP, Azure, and other popular providers through Terraform provider plugins.

What is Terraform State?

State is a file that stores the current status of managed infrastructure. It is used to plan and apply incremental changes.