Terraform basics 01

preview_player
Показать описание
# What is Terraform -----Terraform is an infrastructure as code tool that lets you build, change, and version # # cloud our infrastructure
# What is IAC ------------Infrastructure as code (IaC) is the ability to provision and support your computing infrastructure using code instead of manual processes and setting
# Benefit of IAC ---------
# Faster deployment speed
# Quick recovery from failures
# Version control
# Cost reduction
# Low risk of human errors
# Improved consistency
Рекомендации по теме