Using For_Each in a Terraform Module with Azure VNets and Bastion Host

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

КОМЕНТАРІ • 20

  • @D-Weezy2284
    @D-Weezy2284 2 місяці тому

    I really appreciate this playlist. I've watched many videos on how to learn Terraform and your examples and explanations have worked wonders for me in understanding the material and able to retain and work on it on my own.

  • @callsfromthebeyond6237
    @callsfromthebeyond6237 2 роки тому +6

    Really enjoying these terraform tutorials Travis. Hope you will continue doing these!

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

      Thanks! I have a few more to come.

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

    Many thanks Travis for the video. you explain simply. perfect for those who are new to Terraform. I really enjoyed watching it and learning Terraform.

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

      Glad it was helpful!

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

    I loved this playlist

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

    Your Videos are amazing, there were a couple of things I have struggled to get my head around with Terraform over the four years of using it and that was Modules and For Each. Your Video literally made light bulb moments go off. I was like oh that's how that is done, as I could never work it our from the documentation and I'm Terraform Certified too I wish I came across you earlier as time to prep for the exam would have shot down.

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

    You the man. Enjoying all your terraform videos. Where do you get all your awesome shirts from? terraform fmt command is great help to fix indentation/formatting.

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

    Agree the amount of times I've spent trying to fix an issue. I step away for an hour and fix it within 5 minutes 😅

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

    Thanks a ton Travis this really helped this was something which was bothering me yesterday whole day

  • @s.chandrasekhar8667
    @s.chandrasekhar8667 2 роки тому +1

    Sir, You are really my god!!

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

    Hi Travis, I learned Terraform quickly because of your videos. Could you make a video about 2 VMS with different detail and their nic, and how to connect it to vnet and bastion host.

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

    Great Content !!!

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

    Thank you!

  • @RajeshKumar-mv7ly
    @RajeshKumar-mv7ly Рік тому +1

    Great content, but here you are using predefined subnet variable. What if we are creating subnet by using terraform, and the only thing known will be the count of subnets and instances. Using for_each in that case gives error: How to solve this?
    "The "for_each" map includes keys derived from resource attributes that cannot be determined until apply, and so Terraform cannot
    │ determine the full set of keys that will identify the instances of this resource."

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

    how to pick up 1 value on the for_each loop instead picking up all the values?

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

    @Travis Roberts can you make a video on child modules to create multiple resources with loop

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

    Hi Travis, can I trouble you with a query around for_each loop? Pls let me know a place to draft an e-mail about it.