Skip to content

Commit

Permalink
Merge pull request #159 from Vaishvs/patch-1
Browse files Browse the repository at this point in the history
Update tasks.md
  • Loading branch information
LondheShubham153 authored Mar 2, 2023
2 parents d2116d9 + 1eb697e commit 30d621d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 2023/day60/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Day 58- 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](https://phoenixnap.com/kb/how-to-install-terraform) 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](https://www.youtube.com/live/965CaSveIEI?feature=share)🚀🚀

We Hope this tasks will help you understand how to write a basic Terraform configuration file, how to authenticate with AWS, and how to create an EC2 instance.
Don’t forget to post in on LinkedIn.
Happy Learning:)

0 comments on commit 30d621d

Please sign in to comment.