GitLab Terraform Module Registry: How to publish Terraform Modules Manually or by CI/CD

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 7

  • @usarov
    @usarov 6 месяцев назад +1

    Great video! It was very informative. However, it would have been even better if you showed how to use the module with the token at the end.
    I'm encountering a strange problem. When I use a module and do 'tf init', it doesn't download the dependencies of the module.
    It works fine when the module is located locally. Have you ever encountered such a problem?

    • @be-devops
      @be-devops  6 месяцев назад

      Thanks for your comment.
      Please Contact me by Email and will solve it the issue: howtoskillsvid@gmail.com

    • @be-devops
      @be-devops  6 месяцев назад

      You can provide authentication tokens (job tokens, personal access tokens, or deploy tokens) for terraform in your ~/.terraformrc or %APPDATA%/terraform.rc file:
      credentials "gitlab.com" {
      token = ""
      }
      Refrence: docs.gitlab.com/ee/user/packages/terraform_module_registry/

  • @ankitsharma1619
    @ankitsharma1619 8 месяцев назад +1

    Great Work Brother!! Keep it up. Good Explanation.

  • @Nobo_On_The_Rocks
    @Nobo_On_The_Rocks Год назад +2

    You surely need more likes, sir!

  • @pranavanrajaratnam4216
    @pranavanrajaratnam4216 8 месяцев назад

    Good Explanation brother!. since this is a implementation for a single repo. if I have a group that consists of many repo. can i use the same way of implementation for that group as well?