Тёмный

Modules and Outputs with Terraform and Azure 

Travis Roberts
Подписаться 34 тыс.
Просмотров 32 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 48   
@joshc7865
@joshc7865 Год назад
There’s nobody better than Travis explaining Terraform 👍🏻👍🏻
@Ciraltos
@Ciraltos Год назад
Thanks!
@davidstein5143
@davidstein5143 2 года назад
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!
@jigneshvyas3105
@jigneshvyas3105 19 дней назад
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
@TheMouseJerry-du1md
@TheMouseJerry-du1md Месяц назад
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?
@IsmaelUll
@IsmaelUll Год назад
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!!!
@shaakirshaikh6734
@shaakirshaikh6734 8 месяцев назад
This one started getting bit confusing for me. earlier 3 videos in seriew were like handholding one.
@runtcpip-morganlucas
@runtcpip-morganlucas 2 года назад
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.
@asmitabagchi6886
@asmitabagchi6886 2 года назад
Why didnt I discover this before! Tf with Azure is so rare, this is beauty.. PLease continue this one, long way to go!
@explainedgamer9405
@explainedgamer9405 Год назад
what is the use of this base_name variable in this video @ 8:20. Please help me understand this
@allaroundme560
@allaroundme560 6 месяцев назад
Output part at the end help me . As i was unable to see the output from root module. Thanks alot!
@darlingtonmatongo9436
@darlingtonmatongo9436 4 месяца назад
great explanation, thank you Travis.
@RobFearn
@RobFearn 2 года назад
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!!
@gouthamkamre2039
@gouthamkamre2039 2 года назад
@Travis Roberts can you make a video on child modules to create multiple resources with loop
@Yaroslav-ww8zo
@Yaroslav-ww8zo 10 месяцев назад
you are not a real developer. windows in WHITE theme and VS is White theme too. Who are you imposter ?
@Ciraltos
@Ciraltos 10 месяцев назад
You caught me :) The higher contrast light theme is so much better for videos and presentations.
@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.
@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".
@ReddyRamesh-b2d
@ReddyRamesh-b2d 6 месяцев назад
Nice Explanation ... Superb..
@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
@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
@cheslei2011
@cheslei2011 3 месяца назад
The way you explained things made it easier for me to understand Terraform. Thanks!
@go4fazal
@go4fazal Год назад
thanks for this video, was struggling to understand the real motivation behind using modules in Terraform.
@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?
@redmi3s51
@redmi3s51 8 месяцев назад
The best and simplest example I have seen to understand what the hell is module?.. Crystal clear!!
@DG-cd3jb
@DG-cd3jb Год назад
Very informative. Is there a complete session on the terraform course with GCP?
@GrayGhostZoro
@GrayGhostZoro 2 года назад
This is the best resource I have found for me to be able to understand modules! Thank you!!
@rajeshchowdary3532
@rajeshchowdary3532 Год назад
This video is simply great. You made a lot of effort to make it easy to understand
@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.
@_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!
@nethisadanandam3416
@nethisadanandam3416 Год назад
Very simple and great content. Thanks a lot Travis
@Jahanjune
@Jahanjune Год назад
Thanks Travis.... This is a very much to the point..
@Sam-p4w9v
@Sam-p4w9v 5 месяцев назад
yes, there is no one can better explain than Travis.
@bluehippotech
@bluehippotech 11 месяцев назад
This was honestly a great video!
@kislaysinha9772
@kislaysinha9772 2 года назад
WOW! This was so helpful. Thanks a lot!
@yamarthisubbaraoofficial7043
i understood clearly,Thanks
@olayemiolakunori2762
@olayemiolakunori2762 Год назад
made it easy
@siggyfpv5625
@siggyfpv5625 2 года назад
Great stuff! Well prepared!
@xedose7183
@xedose7183 Год назад
Very well explained
@WanaGeorgiana
@WanaGeorgiana Год назад
Very good content!
@i11648
@i11648 Год назад
Excellent stuff!
@zimek
@zimek Год назад
Great playlist!
@raphael-okere
@raphael-okere 2 года назад
Thanks Travis
@SandeepYatri
@SandeepYatri 2 года назад
You are Awesome , as always..
@Ciraltos
@Ciraltos 2 года назад
Thank you so much 😀
Далее