I want to point out that you should use count as little as possible, especially on resource creation. If you have resource A,B,C,D, that will give you resources 0,1,2,3. If B is then no longer needed, C slides into the "1" slot and D into the "2" slot. This is a huge pain. It will try to force resource recreation, which is fixable, but working around this isn't worth it. Just use for_each and reference the resource index by name. The resources need to be a set or map, but you can convert a list of strings with toset().
Thank you for a very wonderful presentation. However, my question is, since both the for_each and count produce the same results on AWS, am interested in knowing the difference and why should I prefer one over the other? Thank you very much!
sir u explain good.. bt try to differentiate whats the purpose of for count why to use For If we can use COUNT try to tell also in ur next vedios in which situation we use for n in which situation we use COUNT
Great post thank you. Also I found out that 'count' is a parameter of terraform, it cannot be anything else. Having this parameter in the block executes the block 'x' number of times specified in count.
Rahul bro Can you please segregate all Kubernetes videos, actually I'm beginners in Kubernetes and your way of explaining is amazing, could you please make Kubernetes playlist videos step by steps
I am glad you liked the session. Here are playlist - 1. Kubernetes - th-cam.com/video/briu_Ev89sw/w-d-xo.html 2. Helm Chart - th-cam.com/video/pHGc87zHLlo/w-d-xo.html 3. Terraform - th-cam.com/video/jJX6S5JAGpI/w-d-xo.html //Rahul
Awesome explanation! Could you please clear one doubt as all three create the same thing so when to use each? If you can tell me the actual Use Case for each then it would be a great favor. May God Bless you. Thanks once again!
Well the simplest use case of for_each would be the terraform dynamic block - if you havn't chcked how to create the dynamic block then please check and it will make more sense - th-cam.com/video/s-Q5oTVVC_o/w-d-xo.html
hi rahul you have given count = length(var.user_names) iam littile confusing over here, are you calling another file which you have mentioned already as var.user_names somewhere?
There is more to come in terrafrom as well as CI CD. But meanwhile here is one CI CD video which i could recommend to start with - th-cam.com/video/TPMUxsRI1OA/w-d-xo.html
can you use it to iterate through deploying to different regions - like aws config rule applied to multiple regions using the for loops, as there is no region id other than provider Thanks :)
Thanks prats for the feedback. Well I am preparing a complete series and you will be seeing many more videos on terraform in upcoming weeks. I have planned the complete terraform series but it would little time to prepare all
hi, a question how to output values if we use in resource foreach example: resource "aws_subnet" "public" { for_each = var.pub_subnet vpc_id = aws_vpc.vpc.id cidr_block = each.value.cidr_block
Hi .. i have annissue with the subnet and the error is subnet IDs should be list... I don't know what that exactly but finally I got this place to ask .. pleas please help
You should have explain the use of for loop for aws users. When you are doing output you can just printing the list through iteration not the actual iteration. Disappointed.
There are a lot of complicated explanations out there on how to do loops / for_each loops using Terraform. You nailed it beautifully. Thank you.
Glad you enjoyed it!
I want to point out that you should use count as little as possible, especially on resource creation. If you have resource A,B,C,D, that will give you resources 0,1,2,3. If B is then no longer needed, C slides into the "1" slot and D into the "2" slot. This is a huge pain. It will try to force resource recreation, which is fixable, but working around this isn't worth it. Just use for_each and reference the resource index by name. The resources need to be a set or map, but you can convert a list of strings with toset().
I like your tutorials, well explained, good speaking and pronunciation, not long videos, thank you!
Thank you for a very wonderful presentation. However, my question is, since both the for_each and count produce the same results on AWS, am interested in knowing the difference and why should I prefer one over the other? Thank you very much!
Love the way you explain by adding context and bit of concept.
Glad to hear that you like the terraform sessions
sir u explain good..
bt try to differentiate whats the purpose of
for
count
why to use For If we can use COUNT
try to tell also in ur next vedios
in which situation we use
for
n
in which situation we use COUNT
Thank you For Sharing Valuable Concepts.
Hi Rahul
you are a fantastic guy that reflects on your face. my blessing all the time with you and keep making nice videos as always. welldone.
Cheers! Hope the sessions are useful for you
Thank you very much Rahul, I have learnt a lot from your Terraform videos. I can't wait to get to your other videos. Gracias
Glad to hear that
Perfectly explained!
Glad you think so!
learning from your videos Rahul - thanks for your videos
Glad to hear that
Great post thank you. Also I found out that 'count' is a parameter of terraform, it cannot be anything else. Having this parameter in the block executes the block 'x' number of times specified in count.
This is a pretty good explanation, is so good I even included the link on one of my videos, please keep the good work.
Awesome, thank you!
Excellent explanation 👍👍👌👌
Glad you liked it
Simply Explained...👍👍👌👌
Glad you liked it
Rahul bro
Can you please segregate all Kubernetes videos, actually I'm beginners in Kubernetes and your way of explaining is amazing, could you please make Kubernetes playlist videos step by steps
I am glad you liked the session. Here are playlist -
1. Kubernetes - th-cam.com/video/briu_Ev89sw/w-d-xo.html
2. Helm Chart - th-cam.com/video/pHGc87zHLlo/w-d-xo.html
3. Terraform - th-cam.com/video/jJX6S5JAGpI/w-d-xo.html
//Rahul
Great explanation
Hi Rahul,
thanks but how can test the out value of the functions some times locally
Great session sir
Keep watching
You are Awesome man.
Thanks I hope you liked the terraform series
Excellent teaching...love from andhra
Stay tuned for more upcoming similar session
Awesome explanation!
Could you please clear one doubt as all three create the same thing so when to use each?
If you can tell me the actual Use Case for each then it would be a great favor.
May God Bless you.
Thanks once again!
Well the simplest use case of for_each would be the terraform dynamic block - if you havn't chcked how to create the dynamic block then please check and it will make more sense - th-cam.com/video/s-Q5oTVVC_o/w-d-xo.html
@@RahulWagh Okay..I will go through it for sure..
Thanks.
How to create two instances in two different regions? Please explain sir
Thanks for your videos!
It's really nice.
Glad you like them!
thank you for your knowledge sharing! You make a great work!
Thanks for the feedback
Thanks for sharing this nice video.
So nice of you
Hi, Thanks for the awesome explanations. Can you please tell, how we can use foreach loop to create multiple widgets in a dashboard?
hi rahul you have given count = length(var.user_names) iam littile confusing over here, are you calling another file which you have mentioned already as var.user_names somewhere?
What's the need of creating Ec2 when you are creating iam_users ? Example- Count.
So Can for loop be used to create resources or it is used for output only?
Amazing Videos and nice explanation. Done with the terraform videos..Requesting you to upload the CI CD pipeline stuff as well..
There is more to come in terrafrom as well as CI CD. But meanwhile here is one CI CD video which i could recommend to start with - th-cam.com/video/TPMUxsRI1OA/w-d-xo.html
can you use it to iterate through deploying to different regions - like aws config rule applied to multiple regions using the for loops, as there is no region id other than provider
Thanks :)
can you tell me from which site did you use to create your website sir
The website is developed using Hugo site generator. It is a static site not a wordpress site.
Eagerly waiting for upcoming video I planning for Terraform associate certification please advise.
Thanks prats for the feedback. Well I am preparing a complete series and you will be seeing many more videos on terraform in upcoming weeks. I have planned the complete terraform series but it would little time to prepare all
In for loop why we are using output variable values instead of input variables as you implemented in count, and for each loop...
Well it is just for tutorial purpose you can have your own implementation as you want
Here in for each loop, how each.value works , please explain briefly
each.value is just like an iteration or if you compare with other programming lang then it is a for loop
Hi,Thanks for the awesome explanations.could you please do some videos on terraform version up gradation.
Yes, soon
i under stand your session and following you ..
Glad you like the sesion
Could please add video on nested for each
Ex:let's say..we have list projects for each project I have to provide owner/editor role to list of user
I will try to add it into my todo list but can not promise any time soon
hi, a question how to output values if we use in resource foreach example: resource "aws_subnet" "public" {
for_each = var.pub_subnet
vpc_id = aws_vpc.vpc.id
cidr_block = each.value.cidr_block
You have to write the output block for that
Hi .. i have annissue with the subnet and the error is subnet IDs should be list... I don't know what that exactly but finally I got this place to ask .. pleas please help
It is really hard to suggest without knowing full context
bhai please explain the differnence between also?
can i use for loop creating multiple ec2 instances?
Yes you can use for loop for ec2 instance creation
@@RahulWagh can u make once video on for loop with ec2 instances, as you have used for outputs only
Please make more videos on Terraform
Its on my calendar. You will see more terrafrom videos in upcoming weeks and months
You should have explain the use of for loop for aws users. When you are doing output you can just printing the list through iteration not the actual iteration. Disappointed.