-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from Vaishvs/patch-1
Update tasks.md
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:) |