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

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 20

  • @D-Weezy2284
    @D-Weezy2284 5 месяцев назад +1

    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.

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

  • @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 4 месяца назад

    I loved this playlist

  • @Ulashigopal
    @Ulashigopal Год назад

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

  • @MCSLTD_io
    @MCSLTD_io Год назад

    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 😅

  • @s.chandrasekhar8667
    @s.chandrasekhar8667 2 года назад +1

    Sir, You are really my god!!

  • @ncvman
    @ncvman 9 месяцев назад

    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.

  • @ginatube2026
    @ginatube2026 2 года назад

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

    • @Ciraltos
      @Ciraltos  2 года назад +1

      Appreciate it!

  • @gouthamkamre2039
    @gouthamkamre2039 2 года назад

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

  • @RajeshKumar-mv7ly
    @RajeshKumar-mv7ly 2 года назад +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."

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

  • @masoudkooranloo908
    @masoudkooranloo908 2 года назад

    Thank you!

  • @kayoutube690
    @kayoutube690 Год назад

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