Learning Outcome of The Course
Learning Outcome of The Course
Benefits of Terraform
Self-Service
Entire deployment process can be automated, and developers can kick off their own
deployment whenever required.
Speed and Safety
Deployment can be faster and not prone to manual error.
Documentation
IaC act as a documentation, allowing everyone in the organization to understand how
things work.
Version Control
IaC source files can be stored in version control which means the entire history of infra
is captured.
Validation
You can perform code review, run automated tests for every single change made.
Reuse
Pack your infrastructure into reusable modules.
Happiness
Get rid of repetitive and tedious task of deploying code and managing infrastructure.