Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] generating inside dot directories is disallowed #1657

Open
waxb opened this issue Apr 21, 2024 · 0 comments
Open

[BUG] generating inside dot directories is disallowed #1657

waxb opened this issue Apr 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@waxb
Copy link
Contributor

waxb commented Apr 21, 2024

Describe the bug
I am generating the GitHub Actions workflow files via terramate inside .github/workflows/. Upon upgrading to >= v0.6.0 this became undoable.

generate_file ".github/workflows/deploy.yaml" {
  stack_filter {
    project_paths = [
      "/"
    ]
  }
  ...
 }

output:

error:  invalid generate block label: .github/workflows/deploy.yaml: generation inside dot directories are disallowed

Moving the stack and stack filter from / to .github/workflows produces the same behaviour.

@waxb waxb added the bug Something isn't working label Apr 21, 2024
@waxb waxb changed the title [BUG] [BUG] generating inside dot directories are disallowed Apr 21, 2024
@mariux mariux changed the title [BUG] generating inside dot directories are disallowed [BUG] generating inside dot directories is disallowed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant