Data Types In Terraform Variables - Numbers, Strings, Lists, and Maps | Terraform Tutorials in Hindi

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 13

  • @shashankgupta5844
    @shashankgupta5844 5 місяців тому +1

    Very Well Explained, Your Video Helped Me to Clear The Concept of Terraform Variables, I was Confused & Stucked !!!! Thank You Once Again !!!

  • @nafees-l9e
    @nafees-l9e Рік тому +1

    Just awesome..... thankkkks

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

    Wow, this video was so informative! I loved how you explained in such a clear and engaging way. I've always had questions about this, and you really helped me understand it better. Keep up the great work! 😊

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

      Thanks a lot! Glad it helped! Stay tuned for more awesome content! 😊

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

    Nice video really helpful for me

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

    How many videos are left to come on this topic?

  • @deepakranjanmishra5641
    @deepakranjanmishra5641 Місяць тому

    What is the benefit of using a Map variable, when we are defining multiple key-value pairs in the variable.tf file, yet only one EC2 instance is created at a time?
    Moreover, we have to manually update and hardcode the key in the EC2 code every time, which seems inefficient.
    How can we dynamically create multiple EC2 instances, where the number of instances is determined by the number of key-value pairs defined in the (link unavailable) file?

    • @DevOpsPro
      @DevOpsPro  Місяць тому

      Using a map variable helps organize multiple key-value pairs efficiently. To dynamically create multiple EC2 instances based on the map, you can use Terraform’s for_each or count meta-arguments. This way, Terraform will automatically provision an instance for each key-value pair in your map, eliminating the need to manually update and hardcode keys each time.

  • @Shri1202
    @Shri1202 11 місяців тому +1

    Hi Mam, also please show how are you copying and deleting multiple options in the code simultaneously...!!!!

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

    Can you suggest books

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

    Hi Riya mam, Please make one video on Meta Arguments and Modules please it could be helpful.

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

      Thank you for the suggestion! I'll consider making a video on Meta Arguments and Modules. Stay tuned for future content!