Debug School

Steed47
Steed47

Posted on

Terrafom 19/9/2023

Why do we need terraform?
Terraform is needed for infrastructure as code (IaC), to automate tedious manual tasks, so can save manhours. Automation through terraform also able minimize human errors, and operate 24/7.

What is Providers?
Plugins that allow us to interact with and manage infrastructure and service platforms, example : AWS, Azure, Google Cloud.

What is Resources?
Infrastructure that we define and manage. These resources represent various components of infrastructure, such as virtual machines, networks, and more

List out Top 8 Commands which we have learnt so far?
Terraform init, terraform plan, terraform apply, terraform destroy, terraform output, terraform validate

What are the block we have used in .tf file?
To define various configuration elements for infrastructure resources

Top comments (0)