Terraform variable.tf | terraform.tfvars | Terraform command line variables - Part 3

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 93

  • @forexmeter3900
    @forexmeter3900 2 роки тому +2

    Thank you, for taking the time to explain the concepts very clearly and SLOWLY without rushing through the presentation.

  • @richardwaldron1684
    @richardwaldron1684 3 місяці тому

    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.

  • @malleshdappu5466
    @malleshdappu5466 2 роки тому +1

    Whatever information you are providing it if much useful for me and simplistic way you are explaining...thanks j-hooq

  • @sivam2224
    @sivam2224 2 роки тому +1

    Thank you so much. It really clarified my doubts in terraform variables.

  • @Ramankumar-zb5bo
    @Ramankumar-zb5bo Рік тому

    Thank you sir for provide all this concepts in simple and effective manner. Thanks a lot again.

  • @sagarbhavsar9409
    @sagarbhavsar9409 Рік тому

    You are giving clear explanation. its amazing session

  • @loksakt
    @loksakt Рік тому

    Crystal clear explanation brother!!! I was some other udemy video, concept wasn't clear.. Your video cleared everything

  • @sivarasana3641
    @sivarasana3641 Рік тому

    Great session , very clear explanation sir

  • @DeepthiSuresh777
    @DeepthiSuresh777 10 місяців тому

    Nice explanation u taught us like a spoon feed thank you

    • @RahulWagh
      @RahulWagh  10 місяців тому

      Glad you liked it

  • @ilyasahmad5148
    @ilyasahmad5148 2 місяці тому

    Thank you Sir I'm from Pakistan

  • @happylearningtricks
    @happylearningtricks Рік тому +1

    very nice content and great explanation - thanks a lot

  • @prafulldeshmukh5940
    @prafulldeshmukh5940 Рік тому

    Hey Rahul, which terminal you have used run the command like terraform init, etc? Is it gitbash or cmd?

  • @praveenbhogade
    @praveenbhogade 2 роки тому

    Good Job Rahul!!! looking forward for a great content from your end, keep up the good work bhava...

  • @roshankumarsingh1470
    @roshankumarsingh1470 3 роки тому +1

    Thank you so much for the video, really helpful.

  • @AwargiforSirTarar
    @AwargiforSirTarar Рік тому

    Perfect explaination.

  • @sanketgangurde9445
    @sanketgangurde9445 2 роки тому +1

    sir can you please tell that how does terraform file calls terraform variable file

  • @rajivnayanverma6822
    @rajivnayanverma6822 Рік тому

    nice tutorial Rahul , really liked it..

    • @RahulWagh
      @RahulWagh  Рік тому

      Glad you liked it

    • @rajivnayanverma6822
      @rajivnayanverma6822 Рік тому

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

  • @vivekpuurkayastha1580
    @vivekpuurkayastha1580 6 місяців тому

    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?

  • @uniquetrading9906
    @uniquetrading9906 2 роки тому

    Very good and informative...

  • @MaheshGaikwad21
    @MaheshGaikwad21 Рік тому

    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?

  • @Lalitha-l1n
    @Lalitha-l1n 3 місяці тому

    What if we want to pass multiple variables during terraform apply, please share the syntax for that

  • @vositislomov1404
    @vositislomov1404 3 роки тому

    Very well explanation!

  • @kumargaurav4246
    @kumargaurav4246 7 місяців тому

    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!

  • @Kosantosh
    @Kosantosh Рік тому

    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?

  • @hasan135
    @hasan135 3 роки тому

    Nice video. Thanks for sharing.

  • @meenakshichhipa6150
    @meenakshichhipa6150 3 роки тому

    Nice explanation
    Thank you

  • @ipre4playgaming587
    @ipre4playgaming587 2 роки тому

    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

  • @narenderkondisetty9704
    @narenderkondisetty9704 2 роки тому

    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.

    • @RahulWagh
      @RahulWagh  2 роки тому

      I guess it will consider both .tf files

  • @ashishdeokar580
    @ashishdeokar580 Рік тому

    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 ?

    • @RahulWagh
      @RahulWagh  Рік тому

      No it is not necessary to run terraform plan two times, one time is more then sufficient

  • @alberthien3720
    @alberthien3720 3 роки тому

    Great job my dear Raul

  • @raveendravajrala2919
    @raveendravajrala2919 2 роки тому

    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" ?

  • @assrpavanteja7392
    @assrpavanteja7392 3 роки тому

    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?

    • @RahulWagh
      @RahulWagh  3 роки тому

      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

  • @aniketkhadye6814
    @aniketkhadye6814 3 роки тому

    Great video
    So helpful for fresher
    Pls cover full terraform topic

    • @RahulWagh
      @RahulWagh  3 роки тому +1

      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

    • @pawankumar786
      @pawankumar786 3 роки тому

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

    • @RahulWagh
      @RahulWagh  3 роки тому

      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 - ua-cam.com/video/jJX6S5JAGpI/v-deo.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

  • @SaphireTech
    @SaphireTech 3 роки тому

    Great stuff, thanks!

  • @abhishekm1361
    @abhishekm1361 2 роки тому

    Why you have not given type in variable section when you are using terraform.tfvars

  • @devopsprabhakar806
    @devopsprabhakar806 3 роки тому

    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?

    • @silentwatcher13
      @silentwatcher13 3 роки тому +1

      It overrides the current state.. i want to know how we can achieve this (same state file for both tfvars) 👆🏼?..

    • @RahulWagh
      @RahulWagh  3 роки тому

      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

  • @saeid5914
    @saeid5914 Рік тому

    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?

  • @vitorcartaxo3699
    @vitorcartaxo3699 3 роки тому

    Thank you man !!!!!

  • @sahadevdahit
    @sahadevdahit 8 місяців тому

    ❤❤❤❤

  • @rahulchandran1616
    @rahulchandran1616 3 роки тому

    thanks a lot for this session.. can you explain the use of *auto.tfvars file as well??

    • @RahulWagh
      @RahulWagh  3 роки тому

      Will upload soon on auto.tfvars in upcoming weeks

  • @RaoShahzaib
    @RaoShahzaib Рік тому

    awesome

  • @naresh.c2677
    @naresh.c2677 26 днів тому

    Excellent demo with this all 25 videos can we right terraform associate certification

  • @prakki
    @prakki 2 роки тому

    Very Good Explanation. How can I reach you?

    • @RahulWagh
      @RahulWagh  2 роки тому

      Check the contact page - jhooq.com/contact/

  • @harirocking1530
    @harirocking1530 2 роки тому +1

    Please do create videos on jenkins and kubernetes too

    • @RahulWagh
      @RahulWagh  2 роки тому

      It is already there probably you haven’t looked at it - Set up complete CI/CD Jenkins pipeline for kubernetes - Part 11
      ua-cam.com/video/TPMUxsRI1OA/v-deo.html

    • @RahulWagh
      @RahulWagh  2 роки тому +1

      Here is one more on aws - How to set up AWS Kubernetes Jenkins pipeline? - Part 13
      ua-cam.com/video/ENNBdmNn4r0/v-deo.html

    • @harirocking1530
      @harirocking1530 2 роки тому

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

  • @karthiknaidu4730
    @karthiknaidu4730 3 місяці тому

    Hi sir, can you please provide the notes

  • @HeyMani92
    @HeyMani92 3 роки тому

    Could you please make a video on terraform state file

    • @RahulWagh
      @RahulWagh  3 роки тому

      Surely i would add it to my todo list

  • @NavneetKumar-ot5bg
    @NavneetKumar-ot5bg 3 роки тому

    But you have not expalined the terraform.tfvars

    • @RahulWagh
      @RahulWagh  3 роки тому

      It’s hard to capture everything in one video, everyone expect something different but I will make a note for upcoming video

    • @SenthilKumar-uv7rr
      @SenthilKumar-uv7rr 2 роки тому

      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.

  • @vineet_kumar555
    @vineet_kumar555 9 місяців тому

    unable tounderstand

  • @NavneetKumar-ot5bg
    @NavneetKumar-ot5bg 3 роки тому

    Could you please make a video on terraform state file

    • @RahulWagh
      @RahulWagh  3 роки тому +1

      Terraform state video is coming soon