Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.16 KB

Day 60 - Terraform🔥

Hello Learners , you guys are doing every task by creating an ec2 instance (mostly). Today let’s automate this process . How to do it ? Well Terraform is the solution .

What is Terraform?

Terraform is an infrastructure as code (IaC) tool that allows you to create, manage, and update infrastructure resources such as virtual machines, networks, and storage in a repeatable, scalable, and automated way.

Task 1:

Install Terraform on your system Refer this link for installation

Task 2: Answer below questions

  • Why we use terraform?
  • What is Infrastructure as Code (IaC)?
  • What is Resource?
  • What is Provider?
  • Whats is State file in terraform? What’s the importance of it ?
  • What is Desired and Current State?

You can prepare for tomorrow's task from here🚀🚀

We Hope this tasks will help you understand how to write a basic Terraform configuration file and basic commands on Terraform.

Don’t forget to post in on LinkedIn. Happy Learning:)

← Previous Day | Next Day →