Skip to content

Cannot exclude a folder from automatic project generation using Terragrunt #579

Open
@rtizzy

Description

@rtizzy

Example config:

generate_projects:
  include: "terraform/**"
  exclude: "**/secrets/**"
  terragrunt_parsing:
    parallel: true
    createProjectName: true
    createWorkspace: true
    defaultWorkflow: default

workflows:
  default:
    plan:
      steps:
        - init
        - plan
        - run: echo "Hello World"

In short I'm attempting to exclude any folder with the name secrets from the automatic project generation.

I tried the above but it does not attempt to work. Am I holding this wrong?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions