What is infrastructure as code? // Terraform Tutorial

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 48

  • @YugimanTeam
    @YugimanTeam 3 роки тому +8

    Terraform is SO AWESOME took a course not to long ago and its F***ing Brilliant!!! and so helpful. Especially if you use Modules!

  • @qoutwest
    @qoutwest 3 роки тому +7

    Great video. I have been using TF for a few months in a large environment and this was perfect!

  • @cybersecurehacks
    @cybersecurehacks 3 роки тому +3

    This dude reads brain man. Awesome tutorial again.

  • @heyredux
    @heyredux 3 роки тому +1

    Very detailed explanation, thank you very much.
    I started using Terraform and Ansible two days ago to learn about Infrastructure as Code.
    Your video comes in very handy.

  • @180doman
    @180doman 2 роки тому +6

    I would only add that nowadays Cloudflare encourages to use api_token instead of api_key. Also in civo provider its good to use region - It took me a short moment to figure out why i dont see created server in civo dashboard - it was placed in NYC1 zone by default which i dont use:). A word of explanation of how terraform interprets many files would also be usefull. Just my 2 cents as feedback. Anyway, this tutorial and setup is simplest i could find in internet. Thank you!

  • @RapGroove
    @RapGroove 7 днів тому

    Christian , Could you kindly create an A-Z tutorial session on DevOps? Your content is far more comprehensible and engaging than any other courses I have come across.

    • @christianlempa
      @christianlempa  5 днів тому +1

      Thank you :) I'm doing videos on these topics from time to time, if you look at my channel playlist for Automation you'll find a lot of good stuff here

    • @RapGroove
      @RapGroove 5 днів тому

      @@christianlempa Thank You!! Much Appreciate your reply 🙂

  • @Seba11PL
    @Seba11PL 2 місяці тому

    Awesome tutorial! Much better than spending time on reading documentation 😀😀

  • @chrisumali9841
    @chrisumali9841 Рік тому

    thanks for the demo and info, have a great day

  • @bthegawd8113
    @bthegawd8113 3 роки тому +2

    I use terraform daily for my job. It’s amazing and easy to track all the resources created for our cloud workloads.

  • @loserguy777
    @loserguy777 2 роки тому +1

    Great video, which theme are you using?

  • @foobar108
    @foobar108 7 місяців тому

    Great explanation 🎉 Thanks a lot

  • @jnelly3426
    @jnelly3426 2 роки тому

    This is a good video. Great explanation

  • @TempestofTime
    @TempestofTime 3 роки тому +5

    Awesome tutorial. It's nice that TF is finally in 1.x version, using 0.x versions on production felt kinda.. off, even though it worked fine.
    One comment regarding the video: That "buzzing" while showing "chapter name" was kinda annoying :/

  • @PetritK10
    @PetritK10 3 роки тому

    Nice bro :D, i love Terraform,

  • @kenmurphy4259
    @kenmurphy4259 3 роки тому

    Love Terraform…

  • @onemanops
    @onemanops 2 роки тому

    very well done
    thx

  • @marcbria6086
    @marcbria6086 3 роки тому

    Big fan of your work. Thanks!
    I have a stupid doubt about terminology... as terraform is for infrastructure would be more a SysOp tool than a DevOps?

    • @christianlempa
      @christianlempa  3 роки тому

      Thank you mate! Terraform is a tool you can use in many different ways, it should be part of SysOp and DevOps toolset.

  • @tonynekola8241
    @tonynekola8241 2 роки тому

    The shell looks awesome , what shell do you use ?

    • @christianlempa
      @christianlempa  2 роки тому

      I'm using Windows Terminal and Powershell or WSL2 ZFS and Starship prompt

  • @klemol5682
    @klemol5682 2 роки тому

    Thank you for this video. Can you perhaps share which shell are you using in this video and its config file ? I really like type-ahead prediction (like at 9:18)

    • @christianlempa
      @christianlempa  2 роки тому

      Cheers! I recently did a video about my terminal, it has changed a lot though :D

  • @Flako-dd
    @Flako-dd 3 роки тому +1

    From a Homelab perspective I prefer ansible + docker I don't really have servers standing around like cattle. All my servers are trash to treasure snowflakes :)
    Enterprise use cases are of course a different thing.
    At any rate, great video!

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thanks mate! Yeah I think for Homelab Ansible makes more sense

  • @KaydotOrigin
    @KaydotOrigin 3 роки тому +1

    Can this automate docker-compose files? This is amazing

    • @christianlempa
      @christianlempa  3 роки тому

      I don't think so, as docker-compose is another container management tool. Maybe there is a way but I haven't found it yet.

    • @bthegawd8113
      @bthegawd8113 3 роки тому

      Terraform does not manage docker compose let alone docker itself. You can create eks, ecs resource in aws for example but thats about it.

    • @Samuel.Mwangi
      @Samuel.Mwangi 3 роки тому

      If used in combination, yes you can use ansible to orchestrate anything including docker but the fact you can doesn't make it the best way to do it.

  • @ronnysimonsen
    @ronnysimonsen 2 роки тому

    In a way Terraform make me think about IBM Openshift. How about making a tutorial about Terraform with VMWare? Maybe you already did?

    • @christianlempa
      @christianlempa  2 роки тому

      Nah not yet, I'm not using VMWare so that would be a bit difficult for me to make

  • @Technik500
    @Technik500 2 роки тому

    how do i give you money?

  • @chswin
    @chswin 2 роки тому

    What it is, is the world telling the non-programmer IT switch and knob tinkerers that it is time to learn how to code.

  • @TheOnlyEpsilonAlpha
    @TheOnlyEpsilonAlpha Рік тому

    OUCH 😣 that transition sound on the chapters or when a title appears is so annoying and makes that video so hard to hear. Especially if you want to focus and learn something from it. Hope there will be a new version someday where that sound is not present

  • @m.mukunthan5536
    @m.mukunthan5536 3 роки тому

    Hi bro