The Wayback Machine - https://web.archive.org/web/20220227134839/https://github.com/topics/terragrunt
Skip to content
#

terragrunt

Here are 149 public repositories matching this topic...

terragrunt-atlantis-config
quynhnhatnguyen
quynhnhatnguyen commented Nov 1, 2021

Setup:

  • Version: 1.9.2
  • Terragrunt version: 0.35.4
  • Terragrunt example (Note: we dont use terraform block, and only include block with name)
locals {
  extra_atlantis_dependencies = [
    "../../../../../modules/instance_templates/terragrunt.hcl"
  ]
}

include "root" {
  path = find_in_parent_folders()
}

include "template" {
  path = "../../../../../modules/instance_te

Improve this page

Add a description, image, and links to the terragrunt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the terragrunt topic, visit your repo's landing page and select "manage topics."

Learn more