Master Terraform in 60 minutes | Terraform Tutorial for beginners with Hands On Labs in 2023
HTML-код
- Опубликовано: 12 ноя 2024
- Terraform devops tutorial 2023 | Learn Terraform IAC tool
In this Terraform tutorial for beginners, we'll walk you through the basics of using Terraform to manage your infrastructure. We'll cover everything from creating resources to managing updates and disaster recovery.
#terraform #infrastructureascode
We will learn all Terraform concepts like Terraform commands, providers, variables and outputs, provisioners, resource, meta arguments i.e. count, depends on, for each, also best practices like remote state management, workspaces etc.
Connect with me on LinkedIn:
/ nasiullha-chaudhari
If you're new to Terraform, or want to learn more about how it can help you manage your infrastructure, then this tutorial is for you! By the end of this video, you'll have mastered Terraform basics and be ready to start using it in your day-to-day work!
Timestamp
IAC Introduction 0:23
Terraform providers 01:17 - 02:50
Infrastructure Aa Code vs Configuration Management as Code 03:29 - 05:30
HCL Basics 06:10
Resource Block in Terraform 06:50
Much more
Also watch my other videos
Terraform Playlist: • How to create Amazon E...
Terraform Practice Test • Hashicorp Certified Te...
AWS EC2 course • AWS EC2 Tutorial Begin...
Links
Terraform Providers registry.terra...
Terraform modules registry.terra...
Github repo to learn terraform by stacksimplify github.com/sta...
If you're new to Terraform and want to learn how to use it for development purposes, this tutorial is for you! By the end, you'll be able to create and manage terraform resources using the terraform command line, making your development process smoother and more efficient.
In this Terraform tutorial, we'll teach you everything you need to know to get started with Terraform. We'll cover the basics of Terraform, including what it is and what it can do.
I'll also teach you how to use Terraform to create and manage infrastructure, using a practical example. By the end of this Terraform tutorial, you'll be able to create and manage your own infrastructure using Terraform in no time!
You deserve more subscribers. I like your teaching style as a developer. Keep up your good work 👍👍👍
Thanks man!!! Happy to help 😊
I think most people would struggle to understand through the accent and monotone way of talking. Excellent information though
Wow amazing Terraform Tutorial for beginners 👍😁 Thanks for sharing this devops video 🙏
Thank you Tausif glad you liked it 👍🏻
Thanks for teaching concepts in Terraform : different modules and Provisoners and data, backend, connection blocks.
You are welcome!
very practically this topic is discussed, thanks for the video!
Thank you Ankita!
Happy to help ☺️
Awesome. Hands on for all the important Terraform concepts in 1 hour.
Glad you liked it!
This terraform tutorial is amazing
Amazing Devops tutorial on terraform😀
Thank you! Cheers!
Thank you so much to share this 🙏
You are so welcome
Best terraform tutorial!
Wow, thanks!
I hope I learn terraform and other devops tools in 2023, thanks this helps 🙏
Best of luck 🤞
Very informative 👍 This terraform tutorial is the best ❤️
Thank you ! Happy to help 👍🏻
Very informative Terraform tutorial
Glad you think so!
Useful buddy. Appreciate your great efforts to make such good content on Terraform
Thank you 😊
I love this Terraform video ❤️👍
Glad you enjoy it!
Best terraform tutorial 👍
Glad you think so!
Simply awesome!! You are doing great job providing this Terraform tutorial with Hands on labs for free ❤️
More to come!
Simply amazing 👍
Thank you! Cheers!
9:45 Was just funny and out of the blue. 😂
Thanks for Hands on demo and clear explanation 👍🙏🙏
Your welcome. Do perform hands on for learning Terraform properly 👍🏻
Very informative terraform tutorial video 👍
Thank
Best tutorial on Terraform so far 👍👍
Glad you think so 😀
This Terraform tutorial helped me complete my devops assignment 😁
Glad to hear 😀
Your explanation is awesome.... please keep it up ☺️.....I want a full course of DevOps in your channel
Thanks 😊
Will upload more
Amazing Terraform tutorial, thanks for sharing champ 👍
Your welcome Rohit , keep learning 👍🏻
Nice Explanation .. I need More videos on terraform. Kindly provide video... Brother
Sure brother 👍🏻
amazing
This tutorial is very good. So is that you show exactly how can you use variables between modules using outputs, that's great, i've learned something from you.
Sure!
Going to create a complete course
@@cloudchamp looking forward to see IT :). Great job mate
Great explanation 👍 keep doing these kind of videos
Thanks Boda , will do!
Thanks for this Terraform tutorial champ 🏆 Need more videos like this 🙂
Glad you like this Terraform tutorial 😀
Great Terraform tutorial champ 🏆
Glad you liked it!
Best in the world
Means a lot!!!
Better than many paid terraform courses
That means a lot
👏👏👏
👍👍👍👍👍
😍😍
Thanks great content ,,,
Meanwhile me watching this video from overseas and that legendary moment ( 9:43 ), yr Baut yaad ayi India aur ghar ki ,,,,,,,
❤️❤️🤣
❤️❤️❤️❤️
👍👍👍👍
❤️❤️❤️
i want to know, what machine do you use and more over if some had started learning DevOps then which laptop would you like to suggest
I use hp pavilion 16 gb ram
Thanks. ❤ Need "Master Ansible in 60 minutes"
Your Welcome Rajesh, soon I’ll be posting ansible videos too 👍🏻
keep it up Bro !!!
Thanks!
🙏🙏🙏
Terraform course is best
Complete Terraform course best for beginners 🙂
Glad you think so!
You are my inspiration 🩵 thanks for sharing
Thank You Akanksha ☺️
Means a lot!
Can u explain terraform with azure end to end project
Recently started to learn Devops, should I go with this video for Terraform or the other one with Full course that you made ?
Thanks for these informative videos!!
Both
I dont understand one thing your launching instance in main.tf but your not showing how to create keypair.pem file & your not specifying in which node ansible master should install then how it ill do please brother tell me
Pls upload full docker and ansible course
🙏🙏🙏🙏🙏🙏
what projects tutorials will i get if i subscribe to premiun plan
hi,
while running the command terraform init , terraform.lock.hcl is not getting created in visual studio code.
could you please guide me how to solve this
You don’t need to worry about that.
It will be created when a state file is created.
@@cloudchamp thank you for your quick response, but after running terraform init>terraform plan>terraform apply the ec2 instance is not getting created. please can you guide me where am i going wrong
Thanks for the video
I have a requirement of provisioning one Linux ec2 instance on top of it I want to install apache server ?
What is the best of writing code ?
1. I write terraform for ec2 provisioning and then another script of ansible for apache server installation?
2. In terraform is it possible to call ansible script after ec2 provisioning ? If possible is it recommended ?
I would recommend you to check out my userdata video using terraform.
Userdata is a feature in EC2 that you can use to bootstrap instances, without needing any configuration management tool like Ansible.
And it is possible to integrate terraform with Ansible but Userdata is something you should use, you can also checkout remote exec provisioner :)
Feel free to ask for any help if you need !
@@cloudchamp Thanks for the reply .. i will go through user data video.
Please make a video of Terraform in Azure ? Appreciated your kind response.
Sure soon
Great video bro you explained in simple steps & easy to understand way.
I have one doubt is this enough for beginner level ?
Yes, definitely this is enough
what is the extension you installed
Extension name is Terraform itself.
Lots of ads. Good content by the way
Thanks 😊
Hi can you please tell me the extention for auto complete
I guess it is Terraform extension in vs code
It is a Vs code extension for terraform by Anton 👍🏻
Is this course enough to clear terraform associate certificate ?
Yes this course and practice test can teach you everything
which extension is this?
That is terraform extension by hashicorp I showed it in today’s video.
Check out Variables and outputs in terraform
Please solve terraform associate level practices paper 3 that is available on udemy
Terraform tutorial for beginners
Hey brother, Please make a video like this for Ansible
Sure my brother very soon
What Operating System to use for DevOps? What OS are you using for this tutorial?
Linux - ubuntu
Tap on Mute > Put down some toddler in the background (Kya huya! Kaam kar raha hu abhi😤) > Back to the desk
Made me ROFL. Quite an Indian thing 🤣
🥲
🇮🇳🇮🇳🇮🇳❤️
can anyone please make me understand what is ami or ami id?
Ami stands for Amazon machine image which defines what operating system do you want to launch for the server👍🏻
@@cloudchamp 💯 thanks bhai
@@cloudchamp it means ami id vaires from os to os
Video me Bhai awaz aaya ghar pe bularahe 😂😂😂😂
😂😂🤣
We can not listen why you are saying yes yes so many times and why clicking so many times.? Please clarify it. This becomes very difficult for those who are learning it.
Oh if you don’t like it I am sorry
Try to slow it down a bit. You are too fast
Sure will keep in mind next time
9:47 you forgot to trim. This is completely normal happen everrytime to me.
🥲
dude you have a lot of noise, kids, machines, scooters and almost everything it's killing me. Good tuto but man my head is hurting from all that noise.
🥲🥲Sorry bro
Background noise
Ik 🥲
That’s why I started creating videos with good audio and video quality on terraform do check them out
yaar pichey apne bacho ko chup to karvaayo
can you share that registry with us, astarte-one-click?
👏👏👏👏👏
👏👏👏👏