@SaiRam-r4p

I have failed to answer terraform modules questions in couple of interviews. Abhi bro, Now your video made my day better to answer for those questions๐Ÿ˜Ž. Thanks is a small word for your efforts, We are simply love you bro๐Ÿ˜โฃ.

@DrayCool-df8kj

After I created my first aws instance with terraform, I felt joy. Thanks to you!

@paramveersingh685

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....

@pascaleobiorah5407

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.

@proplusgaming3361

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

@chanakayakamble5746

Because of you sir ......i am able to learn terraform in so much detailed ....Thank you so much

@himanshusoni9148

thanks abhishek bhaiya for this amazing & insightfull lesson.

@manjeshsno596

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.๐ŸŽ‰

@syedsohel1520

Very clear explanation, thank you so much for bringing this terraform series abhishek.

@sirishak83

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 !!

@kundalakshmidevi4449

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.

@prathameshraut5932

Really great work Abhishek in creating such informative videos for explaining terraform concepts in detail .

@rajathchikkatursrinivasa1549

with watching at 1.5x but great content. anything like this when free is just fabulous. Thanks for creating good tech content.

@agun21st

I am clear about Terraform Modules. Thanks Abhishek sir.

@himms_sharma

You are doing an amazing job.  Thank you from the bottom of my heart.โค

@vijaykumar-x3z7w

great work so much helpful thank you much ๐Ÿ‘๐Ÿ™

@priyamsaha8018

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

@babatundeoke7574

Thank you Abhi. You are my DevOps hero

@samahome

excellent explanation of modules concept with example

@SandhyaJha2003

Thank you, this is so helpful.