Best video on youtube to understand modules and how to use them from main.tf file. By following this video I was able to use the module concept in my azure terraform script
Awesome video sir...by seeing this video only i got the confidence that i can clear interview as a experienced in Terraform :) i did practice also and all worked fine :) now trying to create more complex infra Structure and i will see all other your videos on Terraform :)
Well composed video series. Teach some more advanced topics on AWS using Terraform and basic topics using Terraform on various cloud providers. My suggestion is to use tabs side by side (or) up and down in Atom editor , instead of switching between the tabs by clicking in the directory pain (Left to the screen). Thank you
Excellent! In newer versions of Terraform it appears that they've added strict variable name checking. How would you get past this? Error: Variable 'vpc_cidr': duplicate found. Variable names must be unique.
Hi, Here we can test if particular resource is created or not on aws free account, how do we have to test this if we are working in a team and Dev environment, Does team use a single account?
Sir, how can we re-use the VPC-ID and subnet-ID from the modules when the VPC CIDR is completely different in the dev environment (192.168.)? I did not understand.
Excellent content! I have couple of questions. In current design, you have to run terraform init in each env module (dev, prod). Is it possible to avoid this by using terraform workspaces? Is it possible to have .terraform in the root directory and when you need to apply dev or prod environment, you would just run terraform apply on that specific environment module?
Hello sir.. Nice explanation.. I have 1 question regarding lambda deployment. Here is the scenario: I want to deply lambda functions with different names in different environment but with the same aws account. How can I achieve this? Because each lamndas will have unique urn that I need to provide in lambda_config block in cognito user pool resource creation through terraform. Please guide. Thanks a lot
Hi, nice explanation how are you getting the automatic prediction when typing in atom should we install any configurations from atom..If so please tell me how to proceed with that.
just wonder what atom package you are using which shows the autocomplete of your writing. so when you start writing "var"... your autocomplete shows variable.
Sir, I like your videos very much, I have one question for you. I wanted to launch 30 instances in 3 different availability zone's. Can we do this using interpolation? Please make vedio on this or a simple comments is also fine.
Hi sir, Which function is used for spin up a VMs Multiple times.. Use case: Step 1: spin up 1 VM, Step 2: spin up 2 VMs (I don't want to lose vm which is spin up in step 1) After success. total I have 3 VMs. Then Step 3: spin up 5 Result should be 5+3 =8 What's the best way to spin up new VMs along with existing VMs.
Good Explanation with great content Sir, but i have one question for you...you have explained all the things for single instance. If we need to create 10 instance then we need to create 10 different project or directory or we can use single directory. I am very confused with this. Please help me.
Hi sir, You are doing a great job, very good video :) Iam just wondering how can I refer tags from main instead of putting it in the ec2 module. I want to do it like in the dev folder I want vars file, tags file and main file >> and all these are refering to the ec2 module!' Can we do something like that?
This is very useful and far better that all other videos which focuses on jargon instead of the fundamental concepts. Thanks a lot Sir
contact us online classroom training's & project support please contact phone number +919886611117
Best video on youtube to understand modules and how to use them from main.tf file. By following this video I was able to use the module concept in my azure terraform script
Glad it was helpful!
The best training on modules. Now I understand modules
At last - somebody explaining different env setups as well! Great stuff!
One of The Best Devops Videos. Thanks A lot Sir.
I thoroughly enjoyed and learned many things watching your quick video, and I hope you have additional videos on aws terraform. Thank you very much!
better than any tutorial i have ever came across! this helped me in a pinch! thank you!
Thank you for this video. You helped me solve my module issues.
I like this because you are showing how to use the documentation and build your infra from scratch
Good idea to run "terraform validate" to check for syntax errors, etc
Very Nicely explained. Thanks you Sir.
Finally i understand how to use modules.
Top notch instructor.
Your way of teaching is awesome 😍😀
Thanks a lot 😊
Awesome video sir...by seeing this video only i got the confidence that i can clear interview as a experienced in Terraform :) i did practice also and all worked fine :) now trying to create more complex infra Structure and i will see all other your videos on Terraform :)
Hari sir, Many many thanks for explaining the concepts so very nicely. Great delivery!
Found this video just at the right time. Thanks.
Good work. Fantastic video with simple and non-complicated explanation. Thank you!
I love your style of teaching. Keep it up. thanks
Thank you
Great job Hari!
Thank you
Thank you sir for all the videos. Your tutorials are very helpful.
Thanks so much for this video. This is really useful, helpful and easy to understand how to create module and utilize it.
Really good explanation sir!! The session was helpful to get better clarity on modules!!
Keep watching
You made it very easy to understand!! Kudos!! 👍
Glad it was helpful!
Thanks to your explanation I can understand the module
I appreciate the explanation. This method is useful for beginners.
This is very clear and very helpful. Well done I am subscribing!
Awesome, thank you!
excellent video. very helpful. Thanks Sir
This is such a good explenation, well done!
Good video because focus on practical approach.
Yes, thanks
Thanks for the details. Very helpful
Glad it was helpful!
Thanks a lot!! Great teacher! Great content. Very useful for Dummies like me.
very good explanation and demonstration
Very clearly explained. 👏🏿👏🏿👏🏿
Exelent collection of videos on Terraform basics, thanks a lot!
You're very welcome!
Extremely nice video.thanks
Great video, you shou run ‘terraform fmt’ and ‘terraform plan’ before running apply to check any syntax error
Thank you so much, clear & precise
Thank you so much!!!
This is really helpful and explained in better way !! :)
Well composed video series. Teach some more advanced topics on AWS using Terraform and basic topics using Terraform on various cloud providers. My suggestion is to use tabs side by side (or) up and down in Atom editor , instead of switching between the tabs by clicking in the directory pain (Left to the screen).
Thank you
Exactly what I needed. Thanks!
Useful knowledge article
Glad you think so!
Thanks much... such a neat explanation Sir!!
Most welcome!
Excellent explanation , thank sir
Excellent explanation.. 👏
Thank you 🙂
This is a very good video. Thanks
thankq so much sir nice video , please do same more videos keep it up
Nice explanation , Thank you ,
Thanks for the video. Much helpful
Thank you so much. This is good start for beginners.
it's very clear explain..can you provide video for Work space for multiple environment ..
Great demonstration indeed. Just wondering on how we can handle IAM roles and policies. Should we make them to modules too ?
yes we can
Thank you sir , very informative video
Glad you liked it
Hi , the advanced topics on terraform were awesome. I have request to add testing frame work for terraform before its deployed to cloud.
Very usefull vídeo, thank you
What excelent content! Thanks a lot!
My pleasure!
excellent content!!
Glad you enjoyed it
Excellent! In newer versions of Terraform it appears that they've added strict variable name checking. How would you get past this? Error: Variable 'vpc_cidr': duplicate found. Variable names must be unique.
super explanation..
Thank you 🙂
Hey how to add user_data into ec2 instances?
Put following attribute under aws_instance resource
user_data = file("apache.sh")
"apache.sh" should contain user_data script
@@JavaHomeCloud Hey i want to controly ingress bound in security groups by allowing my own ip tp acess the instance
thanks very good tutorial
Good work! Thank you!
This is a good course!!
Please make a video on terraform version constraint
Many facing issues while updating version in templates
Is there any certification available from Terraform specific to AWS cloud?
Hi Sir, Its really useful video. What if I want to use an existing VPC and subNet? Do I still need to create any separate modules for VPC?
Hi, Here we can test if particular resource is created or not on aws free account, how do we have to test this if we are working in a team and Dev environment, Does team use a single account?
what if we dont want a resource in one environment and not in other env ? when using common module ?
Awesome 👍
Nicely explained . I have one query how to pass Access Key and Secret Key ??
Add more information to your query.
Brilliant again, star!
Nice video....Thank you!
You are the guy! Thx!!!
Sir, how can we re-use the VPC-ID and subnet-ID from the modules when the VPC CIDR is completely different in the dev environment (192.168.)? I did not understand.
Hi.. we can use create_vpc = true
Hello, Great video. Quick question. Is it possible for you to show how to implement terraform workspaces in a project?
Yes, soon
Excellent content! I have couple of questions. In current design, you have to run terraform init in each env module (dev, prod). Is it possible to avoid this by using terraform workspaces? Is it possible to have .terraform in the root directory and when you need to apply dev or prod environment, you would just run terraform apply on that specific environment module?
Yeah, Using terraform workspaces we can have single .terraform folder with multiple state files for each environment(dev,prod,stg(
Workspaces are not the best for implementing total isolation. File layout is the best, just as described above. Cheers
Hello sir.. Nice explanation..
I have 1 question regarding lambda deployment. Here is the scenario: I want to deply lambda functions with different names in different environment but with the same aws account. How can I achieve this? Because each lamndas will have unique urn that I need to provide in lambda_config block in cognito user pool resource creation through terraform. Please guide.
Thanks a lot
Ty
Very useful
Thanks for the video, its very helpful for learners.
One question: Where did you pass AWS credentials for terraform to access the account??
www.terraform.io/docs/providers/aws/index.html
Hi Hari ..can you help me how I can watch all your Terraform videos . Please help all your stuff are really good
Sir can u do terraform module with latest version
Hi, nice explanation how are you getting the automatic prediction when typing in atom should we install any configurations from atom..If so please tell me how to proceed with that.
Yeah, you have to download the terraform package in atom.
just wonder what atom package you are using which shows the autocomplete of your writing. so when you start writing "var"... your autocomplete shows variable.
I am using 'language-terraform 0.95' (github.com/cmur2/language-terraform)
Sir, I like your videos very much, I have one question for you.
I wanted to launch 30 instances in 3 different availability zone's. Can we do this using interpolation? Please make vedio on this or a simple comments is also fine.
Hi sir,
Which function is used for spin up a VMs
Multiple times..
Use case:
Step 1: spin up 1 VM,
Step 2: spin up 2 VMs (I don't want to lose vm which is spin up in step 1)
After success. total I have 3 VMs.
Then
Step 3: spin up 5
Result should be 5+3 =8
What's the best way to spin up new VMs along with existing VMs.
Good Explanation with great content Sir, but i have one question for you...you have explained all the things for single instance. If we need to create 10 instance then we need to create 10 different project or directory or we can use single directory. I am very confused with this. Please help me.
Just increase the count variable.
very nice , beautiful .
Hi Sir, I am unable to do this in Azure. is there any way you can help me?
There is no use of string interpolation. You can directly use :
cidr_block. =. var.vpc_cidr
That is introduced from terraform 0.12 onwards
Nice presentation. Any reason for "Error: Unknown root level key: provide"
It is not provide it should be provider
Really Nice
excellent!!
Is there any prerequisites to learn this
Abdul Shaikh
AWS knowledge is must
how do you link this to your AWS account?
I've configured aws access key id and secret access key using AWS CLI
Hi sir,
You are doing a great job, very good video :)
Iam just wondering how can I refer tags from main instead of putting it in the ec2 module.
I want to do it like in the dev folder I want vars file, tags file and main file >> and all these are refering to the ec2 module!'
Can we do something like that?
yes it’s doable
Excellent!
Amazing
Very helpful. Thank You.