Terraform modules on Github with versioning

แชร์
ฝัง

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

  • @mathisve
    @mathisve  2 ปีที่แล้ว +4

    Timestamps:
    00:00 - Intro
    00:45 - Setting up Github repository
    01:45 - Creating Terraform module
    03:50 - Pushing to Github
    05:12 - Using the module
    08:22 - Updating the module
    10:08 - Using the versioned module
    12:56 - Using commit hashes
    14:09 - Outro

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

    It was an awesome hands-on session, thanks to share your experience! 🚀

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

      Thank you!

  • @md.hassanali
    @md.hassanali 11 หลายเดือนก่อน

    Great Video, I was looking something like that for last two month on TH-cam and Udemy but nothing like this great demonstration.

  • @paulohenriquecardoso7566
    @paulohenriquecardoso7566 10 หลายเดือนก่อน +1

    wondering how to this with several modules, since unlike gitlab, github doesn't provide nested repositories. would you use submodules?

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

    excellent video, thank you, subscribed!!

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

    Could you provide an example of dynamically getting the ref parameter?

  • @SiyabongaKweyama-ww6yj
    @SiyabongaKweyama-ww6yj 5 หลายเดือนก่อน

    what theme are you using in vs code?

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

    Most modules live in a directory - that would have been good to see here.

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

      That's a good idea! Might make a video about this. Thanks

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

    This is really cool for early starters but according to my experience, provider should not be set in reusable modules, isn't it?

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

      You're right

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

    you should have put more effort into finding out why, when you did try to add the parameter at the end, after changing the version, it didn't work, instead of going: "sike, I'll remove it". Beginners who watch this video will remain clueless otherwise.

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

      You just needed terraform init --upgrade for those who wants to know btw otherwise the local module will remain on the old version