You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true in my terragrunt project, which contains folders without *.hcl files in the file structure.
Run terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true in test_examples
Doesn't work if you run terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true in test_examples/terragrunt_dependency and you nested the depender as in
terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true iterates through 2 levels of subdirectories (if all of them contains *.hcl) from the current path, but not whole project.
The text was updated successfully, but these errors were encountered:
Bug report
Using
terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true
in my terragrunt project, which contains folders without *.hcl files in the file structure.To Reproduce
terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true
in test_examplesDoesn't work if you run
terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true
in test_examples/terragrunt_dependency and you nested the depender as inExpected behavior
Actual behavior
Relevant Terragrunt files
Using https://github.com/transcend-io/terragrunt-atlantis-config/tree/master/test_examples/terragrunt_dependency
Conclusion
terragrunt-atlantis-config generate --output atlantis.yaml --create-workspace --create-project-name --execution-order-groups true
iterates through 2 levels of subdirectories (if all of them contains *.hcl) from the current path, but not whole project.The text was updated successfully, but these errors were encountered: