Use Terraform module from a private git project with Atlantis

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • terraform

    module "vpc" { source = "git::https://gitlab.com/company/terraform/vpc.git?depth=1&ref=v1.2.0" }

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • workflows: my-workflow: plan: steps: - env: name: GIT_CONFIG_COUNT value: "1" - env: name: GIT_CONFIG_KEY_0 value: "credential.https://gitlab.com/company/terraform.helper" - env: name: GIT_CONFIG_VALUE_0 value: | !f() { echo "username=${ATLANTIS_GITLAB_USER}"; echo "password=${ATLANTIS_GITLAB_TOKEN}"; }; f - init - plan

  • atlantis

    Terraform Pull Request Automation

    https://www.runatlantis.io/ is a tool for collaborating on Terraform, enables developers and operators to run terraform plan and apply directly from Terraform pull requests. Atlantis then comments back on the pull request with the output of the commands.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Stop Squinting at IaC Templates: Preview Diffs for Argo CD, Terraform, and more!

    4 projects | dev.to | 23 Mar 2024
  • What is the equivalent of docker-compose for terraform?

    1 project | /r/Terraform | 10 Dec 2023
  • Version of terraform binary cli does it include in the container

    1 project | /r/Terraform | 5 Dec 2023
  • Terraform Cloud Pricing Changes Sticker Shock

    7 projects | news.ycombinator.com | 19 Nov 2023
  • Atlantis claims exemption from new HashiCorp license

    1 project | news.ycombinator.com | 12 Aug 2023