Debug School

Li Xuan
Li Xuan

Posted on

Terraform

Why do we need terraform?
To code all cloud infrastructure from different providers in one language.

What is Providers?
Company that provide the cloud infrastructure

What is Resources?
Various infrastructure objects such as: virtual machines, vpc.

List out Top 8 Commands which we have learnt so far?
Terraform init
Terraform validate
Terraform plan
Terraform apply
Terraform show
Terraform destroy
Terraform apply —-auto-approve
Terraform output

What are the block we have used in .tf file? Explain in Short
Can be used to specify which part of terraform cloud we would like to configure

Top comments (0)