Modules and Outputs with Terraform and Azure

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 55

  • @Josytt
    @Josytt 2 ปีที่แล้ว +14

    There’s nobody better than Travis explaining Terraform 👍🏻👍🏻

    • @Ciraltos
      @Ciraltos  2 ปีที่แล้ว +1

      Thanks!

  • @bobbycheese22
    @bobbycheese22 17 วันที่ผ่านมา

    Honestly the best, clearest & yet detailed intro guides - So happy I found your channel! Thank you Travis!

    • @Ciraltos
      @Ciraltos  17 วันที่ผ่านมา

      Awesome, thank you!

  • @GopalKrishna-ze5us
    @GopalKrishna-ze5us 6 วันที่ผ่านมา

    TRAVIS ----- MARVELLOUS EXPLANATION ....EXCELLENT .....I APPERECIATE YOUR HARD WORK TO MAKE THIS VIDEO FOR TERRAFORM MODULES !!!

  • @eternalheckler
    @eternalheckler หลายเดือนก่อน

    Dude, you are such a gift to the world. I was struggling so hard at my job until I found this series.

    • @Ciraltos
      @Ciraltos  หลายเดือนก่อน

      Thanks for that! I'm glad it was helpful.

  • @IsmaelUll
    @IsmaelUll ปีที่แล้ว +1

    I wasted all my day trying to understand how to pass outputs between child and parent and the only thing i should have done was watch this video! Dozens of tutorials and videos and no one has explained this like you have! Congrats!!!

  • @redmi3s51
    @redmi3s51 10 หลายเดือนก่อน

    The best and simplest example I have seen to understand what the hell is module?.. Crystal clear!!

  • @davidstein5143
    @davidstein5143 2 ปีที่แล้ว +10

    I've been going through a lot of examples, blogs, videos, but this one really helped me understand how to setup and use modules. Thanks!

  • @_indrid_cold_
    @_indrid_cold_ ปีที่แล้ว

    Hail Traveler. If you are looking for the clearest explanation and demonstration of passing generated values between modules, then you’ve found it. This video prevented me from nigh on jumping off the roof! The documentation is not fantastic on this subject (module composition), and even with this crystal clear explanation, it’s still likely to result in some experimentation before everything clicks into place. Thank you for making this.

    • @Ciraltos
      @Ciraltos  ปีที่แล้ว

      Thank you!

  • @cheslei2011
    @cheslei2011 5 หลายเดือนก่อน

    The way you explained things made it easier for me to understand Terraform. Thanks!

  • @RobFearn
    @RobFearn 2 ปีที่แล้ว +1

    Thank you for showing a simple example of how to consume an output variable from a module! Your demos are great - you keep the code simple and to the point - thank you!!

  • @asmitabagchi6886
    @asmitabagchi6886 2 ปีที่แล้ว +1

    Why didnt I discover this before! Tf with Azure is so rare, this is beauty.. PLease continue this one, long way to go!

  • @fpwilliams71
    @fpwilliams71 2 ปีที่แล้ว

    Travis, you are indeed an educator in this space. I'v always enjoyed your videos and very explicit in communicating the message. Thanks and well done.

  • @Sam-p4w9v
    @Sam-p4w9v 7 หลายเดือนก่อน

    yes, there is no one can better explain than Travis.

  • @runtcpip-morganlucas
    @runtcpip-morganlucas 2 ปีที่แล้ว +1

    Modules were hard to grasp; This definitely helped clarify what to do. I was getting confused with the file paths and systems. Thanks a lot.

  • @GrayGhostZoro
    @GrayGhostZoro 2 ปีที่แล้ว

    This is the best resource I have found for me to be able to understand modules! Thank you!!

  • @rajeshchowdary3532
    @rajeshchowdary3532 2 ปีที่แล้ว

    This video is simply great. You made a lot of effort to make it easy to understand

  • @nethisadanandam3416
    @nethisadanandam3416 ปีที่แล้ว

    Very simple and great content. Thanks a lot Travis

  • @go4fazal
    @go4fazal ปีที่แล้ว

    thanks for this video, was struggling to understand the real motivation behind using modules in Terraform.

  • @darlingtonmatongo9436
    @darlingtonmatongo9436 6 หลายเดือนก่อน

    great explanation, thank you Travis.

  • @Jahanjune
    @Jahanjune ปีที่แล้ว

    Thanks Travis.... This is a very much to the point..

  • @bluehippotech
    @bluehippotech ปีที่แล้ว

    This was honestly a great video!

  • @DG-cd3jb
    @DG-cd3jb ปีที่แล้ว

    Very informative. Is there a complete session on the terraform course with GCP?

  • @ReddyRamesh-b2d
    @ReddyRamesh-b2d 8 หลายเดือนก่อน

    Nice Explanation ... Superb..

  • @phillipdataengineer
    @phillipdataengineer 14 วันที่ผ่านมา

    the best ever !!!! thanks for this

  • @allaroundme560
    @allaroundme560 8 หลายเดือนก่อน

    Output part at the end help me . As i was unable to see the output from root module. Thanks alot!

  • @TheMouseJerry-du1md
    @TheMouseJerry-du1md 3 หลายเดือนก่อน

    thank you for a lovely video. really appreciate it! One question though, what happens if we repeatedly run the code with terraform apply, wouldn't it create multiple storage accounts as the random module would generate a new string every time we run the code, which is not intended?

  • @EricOnYouTube
    @EricOnYouTube 2 ปีที่แล้ว

    Travis, a couple of things: 1. How do I import something... a service principal, for instance. 2. What if I had to cancel an apply because it just kept running and running.

  • @kislaysinha9772
    @kislaysinha9772 2 ปีที่แล้ว

    WOW! This was so helpful. Thanks a lot!

  • @i11648
    @i11648 ปีที่แล้ว

    Excellent stuff!

  • @zimek
    @zimek ปีที่แล้ว

    Great playlist!

  • @jigneshvyas3105
    @jigneshvyas3105 2 หลายเดือนก่อน

    Thanks heaps for this tutorial.
    My two cents. You must supply output (rg_name_out) to storage account module block in root module to establish the dependacy of stroage ac module on rg module. If you just hard code rg name in root module you will get 404 (resource rg not found error) because terraform cant establish the link between storage and rg resource

  • @siggyfpv5625
    @siggyfpv5625 2 ปีที่แล้ว

    Great stuff! Well prepared!

  • @yamarthisubbaraoofficial7043
    @yamarthisubbaraoofficial7043 2 ปีที่แล้ว

    i understood clearly,Thanks

  • @miguelv2985
    @miguelv2985 2 ปีที่แล้ว

    Hi Travis, sorry for the noob question. I'm curious why the variables base_name and location are duplicated in two modules StorageAccount and ResourceGroup. Can you expand on that?

  • @timosmith8633
    @timosmith8633 2 ปีที่แล้ว

    I have been tasked with creating dozens, if not hundreds, of new site listeners, rules, probes, etc. in Application Gateway in the coming months. Is terraform the best approach, or are there better solutions for rapid scale out deployment? I currently have PowerShell scripts that work perfectly for a one-off site. Thanks, Tim

  • @explainedgamer9405
    @explainedgamer9405 ปีที่แล้ว

    what is the use of this base_name variable in this video @ 8:20. Please help me understand this

  • @xedose7183
    @xedose7183 ปีที่แล้ว

    Very well explained

  • @WanaGeorgiana
    @WanaGeorgiana ปีที่แล้ว

    Very good content!

  • @rauldee
    @rauldee 2 ปีที่แล้ว

    Very helpful video.
    If we do a for-each over a map inside the main.tf in root path to create 2 storage group then in that case how do we write the output file .
    I am getting an error as follows. Could you kindly help.
    │ │ module.resources is object with 2 attributes

    │ This object does not have an attribute named "stg_account_name".

  • @gouthamkamre2039
    @gouthamkamre2039 2 ปีที่แล้ว

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

  • @venkatkatta2154
    @venkatkatta2154 2 ปีที่แล้ว

    How to use the data source block .... On modules
    My task is I have resources group existing now am trying to add resources under that resources group ....
    How can I achive this ?
    I want to add storage account on the resources group that is already existing ... Created manually.
    Folder structure :
    Dev
    Main tf
    Test
    Main.tf
    Modules
    Resources group
    Main.tf
    Var.tf
    Storage account

  • @shaakirshaikh6734
    @shaakirshaikh6734 9 หลายเดือนก่อน

    This one started getting bit confusing for me. earlier 3 videos in seriew were like handholding one.

  • @SandeepYatri
    @SandeepYatri 2 ปีที่แล้ว

    You are Awesome , as always..

    • @Ciraltos
      @Ciraltos  2 ปีที่แล้ว

      Thank you so much 😀

  • @raphael-okere
    @raphael-okere 2 ปีที่แล้ว

    Thanks Travis

  • @Ajhidri
    @Ajhidri หลายเดือนก่อน

    thank you !

  • @olayemiolakunori2762
    @olayemiolakunori2762 ปีที่แล้ว

    made it easy

  • @Yaroslav-ww8zo
    @Yaroslav-ww8zo ปีที่แล้ว

    you are not a real developer. windows in WHITE theme and VS is White theme too. Who are you imposter ?

    • @Ciraltos
      @Ciraltos  ปีที่แล้ว

      You caught me :) The higher contrast light theme is so much better for videos and presentations.