Using for_each in Terraform to Create Multiple Unique Azure VMs | Map of Objects

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

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

  • @TheMouseJerry-du1md
    @TheMouseJerry-du1md 2 месяца назад

    This is the best real time example I have seen so far. u got me subscribed!! Thank you!!

  • @abdullahhashim5396
    @abdullahhashim5396 11 месяцев назад

    Great tutorial, straightforward to the point

  • @villaran9295
    @villaran9295 2 месяца назад

    Great! Thank you!

  • @saisivakiran8467
    @saisivakiran8467 4 месяца назад

    Well explained!! Is there any repositories which have all these configuration files to refer in one go?

  • @SantoshPatil-ld4yg
    @SantoshPatil-ld4yg 8 месяцев назад +1

    Hi, if suppose i want to create 20+ VMs and I want to name each nic with vm hostname and that nic should associate with respective vms . then How can I go with map(object) variable ?

  • @ventin75
    @ventin75 3 месяца назад

    how to scale this to 100 vms? or a dynamic no. of vms?

  • @MegaDeathLove
    @MegaDeathLove Год назад +1

    Hello,
    i have stuck for some time on a problem, i using your script and is working fine, thank a lot for that, now im trying to modify and add multipe data disk on the vm with different sizes, live VM1 has 2 disk ,20gb and 30gb, vm2 had 10gb and 20 gb. but until now i have failed to create them. can you please help me with that?

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

      Do you have a link to a repository with the code you’re working on I can look at?

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

    What if i want to import vm_map values from json file?

  • @abaizkhan4963
    @abaizkhan4963 8 месяцев назад

    @The_Sudo Hello, Can you please push the code into a repo and provide the link.

  • @Praveen347-q6n
    @Praveen347-q6n 9 месяцев назад +1

    hai sir can you provide code for this video to practice

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

    You should use Azure Key Vault for storing passwords, even creating password using terraform leaves it in state.

    • @TheSudo
      @TheSudo  Год назад +2

      Totally! 1 concept at a time 😂

    • @nfesystems
      @nfesystems 5 месяцев назад

      @@TheSudo Great video, as far as using keyvault, is it even possible using map as doesnt seem to like having variables in he map object

  • @ĐăngLương-b3x
    @ĐăngLương-b3x Год назад

    Hi, can you provide us your code in this video?