After I created my first aws instance with terraform, I felt joy. Thanks to you!
To all who are searching for the output after applying: create a output variable file in the root directory and refer to the variable using module.module_name.output_variable_name_in_module..... like output "public_ip" { value = module.ec2_instance.your_output_variable_in_module } Thanks Abhishek for educating us....
Wow! I have had issues understanding this concept of modules practically, even with paid videos. But after watching your Terraform zero-to-hero video for Day 3, the concept of modules became as clear as crystal! Thanks Abhishek...you really can teach! Thank you for the good job you're doing.
i.m amazwd by the quality and simplicity of your content sir, I'm learning devops from the past 1 year, your channel makes my deevops learning easier
Because of you sir ......i am able to learn terraform in so much detailed ....Thank you so much
thanks abhishek bhaiya for this amazing & insightfull lesson.
Thanks allot Sir for your efforts to make us understanding Modules. After watching this videos , i'm able to write my own terraform script for my project just adding the required inputs by reffering the customised modules from our infrastructure team. Thank you so much Sir for detailed lecturing.๐
Very clear explanation, thank you so much for bringing this terraform series abhishek.
How much ever harder, you make it so simple to understand. I paid fee for a class and still come here to understand stuff . thank you !!
Hi Abhishek sir, this video made me little confusion but i watched it 2times after that i understand and created terraform project. thank you abhi sir.
Really great work Abhishek in creating such informative videos for explaining terraform concepts in detail .
with watching at 1.5x but great content. anything like this when free is just fabulous. Thanks for creating good tech content.
I am clear about Terraform Modules. Thanks Abhishek sir.
You are doing an amazing job. Thank you from the bottom of my heart.โค
great work so much helpful thank you much ๐๐
Amazing session! At the end I saw that the output was not present while using terraform module. So, tried to do it from my end. Just in the root main file add below output block - Note: this output variable name should not match with that inside ec2_instance module. output "public_ip_address_latest" { value = module.ec2_instance.public_ip_address
Thank you Abhi. You are my DevOps hero
excellent explanation of modules concept with example
Thank you, this is so helpful.
@SaiRam-r4p