The Wayback Machine - http://web.archive.org/web/20220325101124/https://github.com/topics/atlantis
Skip to content
#

atlantis

Here are 34 public repositories matching this topic...

MarkIannucci
MarkIannucci commented Feb 14, 2022

Unfortunately this is not working if I want to have enable_ephemeral_storage=true

╷
│ Error: Invalid index
│ 
│   on .terraform/modules/atlantis/main.tf line 438, in resource "aws_efs_mount_target" "this":
│  438:   file_system_id  = aws_efs_file_system.this[0].id
│     ├────────────────
│     │ aws_efs_file_system.this is empty tuple
│ 
│ The given key does not identify an eleme
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
bug good first issue

Improve this page

Add a description, image, and links to the atlantis 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 atlantis topic, visit your repo's landing page and select "manage topics."

Learn more