Hey , I was watching your video. I have created an AKS cluster using Terraform and git action workflow. While trying to destroy the same from workflow job completed successfully but it gives no resource found to destroy. Could you please help to destroy resources from workflow.
@2mOlaf11 ай бұрын
Love to help! Join us on Discord in the link from the description.
@tcloudengineer11 ай бұрын
a true gem
@rahulsingh-iq4gd Жыл бұрын
Hello sir please don’t stop making this educated videos , you are not getting views because you are teaching very high and advance terraform every other guy in KZbin just teach the basic terraform which is any how not used in cooperate world
@git_it11 ай бұрын
Thank you for your encouragement, Rahul! I do need to get back on the wagon :(
@rahulsingh-iq4gd Жыл бұрын
Thank you very much sir..l It really helped me from snot dynamically creating duplicate resources ❤❤
@devops1044 Жыл бұрын
At around 14:30, why duplicate a module into a 'local' modules folder? Maybe just branch the modules repo. KISS, DRY
@git_it11 ай бұрын
In one way, TF always duplicates modules locally when you run *init*. The reason you might exercise changes on that module is just out of simplicity. Terraform will reference the local module until you run an init again (forced if necessary). I found in my time working with large systems it was helpful to work out problems in your initialized Terraform instance while still progressing work, and then moving my changes back into the modules git repo after I had validated my work. In my case, the sub-modules are actually stored in a separate repo from the Terraform root module so that they can be version controlled separately.
@amosrios75922 жыл бұрын
『p』『r』『o』『m』『o』『s』『m』 👍
@Oswee2 жыл бұрын
Would like to hear more about Day 0 (chicken and egg) provisioning and related integration with other tools like Ansible, Vault, etc. For example, how to manage seed secrets and the rest of the secrets for the whole infrastructure.
@git_it11 ай бұрын
Check out kzbin.info/www/bejne/f3-bgmZ6fsl2brM - it addresses a way to use vaulted secrets as a way to feed values into separate config management or IaC runs.
@git_it11 ай бұрын
I might have meant kzbin.info/www/bejne/eZLUk5p3l7h8atE - That one specifically speaks to Azure Key Vault as the means to share data. The previous one is a technique I developed that uses AKV to pass data from one TF execution to another in a series. In this way, you can have large, complicated orchestrations without bloated state files and nuclear resource dependencies in the monolithic configurations.
@charlielu052 жыл бұрын
Thanks for sharing your deep knowledge on Terraform! Finally a video where it's not just covering the surface level of Terraform.
@janardhanakkalareddy51682 жыл бұрын
Hi , provide me useful links terraform cloud
@mgradin2 жыл бұрын
It is a good intro for something new, have you tought about migration from manual deployment to IaC?
@LeviNotik2 жыл бұрын
Really appreciating this channel. Keep up the good work guys
@mtbcyclist2 жыл бұрын
Excellent content. You guys earned a subscriber. My only suggestion is to make that screen share a bit clearer, or high def. The video of the primary presenter is crystal clear, but the screen share is a bit fuzzy.
@git_it2 жыл бұрын
Thanks for the comment! I recently shared detailed pictures from that video to our Discord subscribers to help with this one, but I'll check into ensuring we're capturing higher resolution screen shares too.
@fattheman12 жыл бұрын
Hi Olaf and Jason, thank you for the amazing content as always. I would like to ask if you will be able to place the examples in a git repo somewhere like github, would that be possible?
@git_it2 жыл бұрын
Thanks for the reminder! Definitely an intention, just something we haven't gotten to yet. Let me see what I can take care of now!
@fattheman12 жыл бұрын
@@git_it No worries, I just wanted to reach out because the examples are really great and will be nice to have that at hand, sometimes when you are into it, it get's confused and if you have a good example at hand to remember you how everything works that make such a big different. Anyway Thank you once again for the time taken in producing these videos, they are really really useful.
@5ype2 жыл бұрын
Nice job! Good video.
@mgradin2 жыл бұрын
I'm familiar with Teraform and Ansible and some other languages, a cool thing would be for us to meet online?
@2mOlaf2 жыл бұрын
Hit me up anytime, brother! If you join us on Discord, we can get together there as well.
@nathanielvarona2 жыл бұрын
What is the diagramming tool you were using?
@2mOlaf2 жыл бұрын
It's a mind mapping tool - XMind
@meizhou02 жыл бұрын
Well illustrated and explained; makes perfect sense. Two thumbs up!
@2mOlaf2 жыл бұрын
Thanks, Mei! Such an honor to have you aboard!
@tedm84922 жыл бұрын
This is an incredible video guys, for some reason I always have a hard time wrapping my mind around this as someone not from a heavy Dev background.
@spy65662 жыл бұрын
tfswtich is another useful tool for switching between terraform versions. You can either be explicit, or it can pick the appropriate one based on the required_version constraint in the terraform config block
@git_it2 жыл бұрын
This is great! tfenv can handle versions through a custom params file (.terraform-version) or environment variables, but something more native to the TF code helps your engineers maintain good coding practice.
@LockyZ2 жыл бұрын
Aesome video bro! keep it up!
@cailynlynn89722 жыл бұрын
😀 𝐩𝓻Ỗ𝓂Ø𝓈M
@LockyZ2 жыл бұрын
Awesome Initiative guys!!!
@mgradin2 жыл бұрын
Neat, long range relative that creates a KZbin channel with my interests.
@stucker49332 жыл бұрын
Cool KZbin channel! Best of luck with it. The pace of changes in Cloud technology should provide loads of material for you guys to tackle.