Excellent demo! I was really struggling to understand the purpose and value of tfvars files and I've looked at a lot of different sources. The structure, content and clarity of your demo made this (finally) really straightforward to understand. Thanks for sharing.
when using .tfvars file, should the variables in the variable.tf file be totally empty or can it contain description and type but just not the default value?
@@RahulWagh I was stuck with creating ec2 instance with SSH key and was not able to demonstrate file provisioner, after seeing your video I managed to do it and understand the concept .. Thanks again.
i was expecting that when i run 2 plans with the tfvars files i would end up with 2 resources, however i end up with 1 resource that terraform want’s to replace…any help would be greatly appreciated!
Hey hello Rahul I have doubt I have one file called (variable.tfvars) if I change this name into (vars.tfvars) the actual values of (variable.tfvars) not coming so what is the difference between (variable.tfvars to vars. tfvars) can you explain
Hello Rahul, Videos are crisped and well explained.. I do have query here.. Thank you so much for sharing a knowledge. Is it necessary to execute terraform plan 2 times for stage.tfvars & production.tfvars ? Can't we make add 2 tfvars in single command ?
Excellent Job Rahul......Have a small doubt.....if i have two .tf files in one folder and when i say terraform plan and terraform apply,which .tf it will consider.
There are more to come on terraform in upcoming weeks. Making video more detailed and concise take a little time. But stay tuned I will be covering the complete the terraform topics . //Rahul
@@RahulWagh no where in web we have terraform with Google cloud in detail. Will follow your tutorial .. looking forward for more in-depth material on terraform and Google cloud
Hey Pawan, Well I am having one lab session on my channel where i explained about Google Cloud and Terraform, I would recommend you to follow that lab session. Here is the time stamp of that particular part where I have shown how to get started with Terraform on Google Cloud - th-cam.com/video/jJX6S5JAGpI/w-d-xo.html Click on the above link that. I am planning to upload similar lab session in upcoming weeks and months, so if you have any topic then please post here I will add it into my list //Rahul
Thank you for your efforts and sharing , Can you help me what is the destroy command when we are using multiple .tfvars file for the same mail.tf , will it be >terraform destroy --var-file ="stage.tfvars" ?
Hi Rahul , is there a way where I'll plan the code and want to issue terraform apply at some point around 11 pm in the day ? is that possible using terraform?
You can create a bash script and in that script you write down all of your terraform command and save them some where. After that you need to write chron job to execute that bash script at whatever time you need
Thank you Rahul for your great session, I couldn't run variables .tfvars codes for gcp, so far rest of variables successfully ran, can you/anyone advise please?
Suppose we execute firat stage.tfvar and after prod.tfvar then will it overwrite the state file? Or it will update entry in state file for stage and prod both?
If you are planning to execute the same terraform file in different environment then I would recommend using terraform workspaces because if you use stage.tfvar and then prod.tfvar it will lead to very unstable tfstate. terraform workspaces is meant to solve such problem where you can run the same infra with different profiles
It is already there probably you haven’t looked at it - Set up complete CI/CD Jenkins pipeline for kubernetes - Part 11 th-cam.com/video/TPMUxsRI1OA/w-d-xo.html
Thanks for the wonderful video. Yeah I was expecting the explanation of terraform.tfvars and its benefits than others, until last min of video ! If u have it on any other video plz post the link here.
Thank you, for taking the time to explain the concepts very clearly and SLOWLY without rushing through the presentation.
Excellent demo! I was really struggling to understand the purpose and value of tfvars files and I've looked at a lot of different sources. The structure, content and clarity of your demo made this (finally) really straightforward to understand. Thanks for sharing.
Great to hear!
Whatever information you are providing it if much useful for me and simplistic way you are explaining...thanks j-hooq
Glad to hear that
You are giving clear explanation. its amazing session
You are welcome
Crystal clear explanation brother!!! I was some other udemy video, concept wasn't clear.. Your video cleared everything
Glad to hear that
Thank you sir for provide all this concepts in simple and effective manner. Thanks a lot again.
You are most welcome
Thank you so much. It really clarified my doubts in terraform variables.
Glad to hear that
Great session , very clear explanation sir
Nice explanation u taught us like a spoon feed thank you
Glad you liked it
Hey Rahul, which terminal you have used run the command like terraform init, etc? Is it gitbash or cmd?
sir can you please tell that how does terraform file calls terraform variable file
Thank you Sir I'm from Pakistan
Welcome
very nice content and great explanation - thanks a lot
Glad you liked it!
when using .tfvars file, should the variables in the variable.tf file be totally empty or can it contain description and type but just not the default value?
What if we want to pass multiple variables during terraform apply, please share the syntax for that
Thanks for your effort to explain things simply, concept is clear, I have a query, do .tfvars file should have variables defined in variable.tf file?
Yes, correct
Good Job Rahul!!! looking forward for a great content from your end, keep up the good work bhava...
Thanks praveen
nice tutorial Rahul , really liked it..
Glad you liked it
@@RahulWagh I was stuck with creating ec2 instance with SSH key and was not able to demonstrate file provisioner, after seeing your video I managed to do it and understand the concept .. Thanks again.
I have on query regarding .tfvars file. if we have different env like dev staggin prod how we managed this tfvars file and where we stored this file?
Thank you so much for the video, really helpful.
Glad it was helpful!
Very good and informative...
Perfect explaination.
you welcome
i was expecting that when i run 2 plans with the tfvars files i would end up with 2 resources, however i end up with 1 resource that terraform want’s to replace…any help would be greatly appreciated!
Hey hello Rahul I have doubt I have one file called (variable.tfvars) if I change this name into (vars.tfvars) the actual values of (variable.tfvars) not coming so what is the difference between (variable.tfvars to vars. tfvars) can you explain
Hello Rahul,
Videos are crisped and well explained.. I do have query here.. Thank you so much for sharing a knowledge.
Is it necessary to execute terraform plan 2 times for stage.tfvars & production.tfvars ? Can't we make add 2 tfvars in single command ?
No it is not necessary to run terraform plan two times, one time is more then sufficient
Excellent Job Rahul......Have a small doubt.....if i have two .tf files in one folder and when i say terraform plan and terraform apply,which .tf it will consider.
I guess it will consider both .tf files
Why you have not given type in variable section when you are using terraform.tfvars
Very well explanation!
Glad it was helpful!
Great video
So helpful for fresher
Pls cover full terraform topic
There are more to come on terraform in upcoming weeks. Making video more detailed and concise take a little time. But stay tuned I will be covering the complete the terraform topics .
//Rahul
@@RahulWagh no where in web we have terraform with Google cloud in detail. Will follow your tutorial .. looking forward for more in-depth material on terraform and Google cloud
Hey Pawan,
Well I am having one lab session on my channel where i explained about Google Cloud and Terraform, I would recommend you to follow that lab session.
Here is the time stamp of that particular part where I have shown how to get started with Terraform on Google Cloud - th-cam.com/video/jJX6S5JAGpI/w-d-xo.html
Click on the above link that.
I am planning to upload similar lab session in upcoming weeks and months, so if you have any topic then please post here I will add it into my list
//Rahul
Nice video. Thanks for sharing.
Thanks for the visit
Great job my dear Raul
Thank you! Cheers!
Excellent demo with this all 25 videos can we right terraform associate certification
Yes, you can
Nice explanation
Thank you
Glad you liked it
Thank you for your efforts and sharing , Can you help me what is the destroy command when we are using multiple .tfvars file for the same mail.tf , will it be >terraform destroy --var-file ="stage.tfvars" ?
yes
Hi Rahul , is there a way where I'll plan the code and want to issue terraform apply at some point around 11 pm in the day ? is that possible using terraform?
You can create a bash script and in that script you write down all of your terraform command and save them some where. After that you need to write chron job to execute that bash script at whatever time you need
Thank you Rahul for your great session, I couldn't run variables .tfvars codes for gcp, so far rest of variables successfully ran, can you/anyone advise please?
Suppose we execute firat stage.tfvar and after prod.tfvar then will it overwrite the state file?
Or it will update entry in state file for stage and prod both?
It overrides the current state.. i want to know how we can achieve this (same state file for both tfvars) 👆🏼?..
If you are planning to execute the same terraform file in different environment then I would recommend using terraform workspaces because if you use stage.tfvar and then prod.tfvar it will lead to very unstable tfstate.
terraform workspaces is meant to solve such problem where you can run the same infra with different profiles
Please do create videos on jenkins and kubernetes too
It is already there probably you haven’t looked at it - Set up complete CI/CD Jenkins pipeline for kubernetes - Part 11
th-cam.com/video/TPMUxsRI1OA/w-d-xo.html
Here is one more on aws - How to set up AWS Kubernetes Jenkins pipeline? - Part 13
th-cam.com/video/ENNBdmNn4r0/w-d-xo.html
@@RahulWagh i m gonna complete all these videos in dis weeked and very huge thanks for making us to understand the process in the simplest way.
Very Good Explanation. How can I reach you?
Check the contact page - jhooq.com/contact/
Great stuff, thanks!
Glad you liked it!
thanks a lot for this session.. can you explain the use of *auto.tfvars file as well??
Will upload soon on auto.tfvars in upcoming weeks
Thank you man !!!!!
You're welcome!
awesome
Glad you like it!
❤❤❤❤
Cheeers
Could you please make a video on terraform state file
Surely i would add it to my todo list
Hi sir, can you please provide the notes
But you have not expalined the terraform.tfvars
It’s hard to capture everything in one video, everyone expect something different but I will make a note for upcoming video
Thanks for the wonderful video. Yeah I was expecting the explanation of terraform.tfvars and its benefits than others, until last min of video ! If u have it on any other video plz post the link here.
unable tounderstand
Could you please make a video on terraform state file
Terraform state video is coming soon