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] Cloning does not consider files located outside of stacks #1725

Open
soerenmartius opened this issue May 22, 2024 · 0 comments
Open

[BUG] Cloning does not consider files located outside of stacks #1725

soerenmartius opened this issue May 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@soerenmartius
Copy link
Contributor

Describe the bug
Cloning multiple stacks starting at a root directory does not copy the config.tm.hcl located at the base, which is not part of a stack. I would expect that all files in the defined folder are cloned, regardless if it is a stack or not.

To Reproduce

Steps to reproduce the behavior:

  1. Create a new directory dev
  2. Add a file config.tm.hcl inside of dev
  3. Add a stack in dev ,terramate create dev/one
  4. Clone the dev directory: terramate experimental clone dev foo

Expected behavior
The config.tm.hcl should be cloned.

Log Output
Add logs from Terramate to help debug your problem.

Environment (please complete the following information):

  • OS: MacOs
  • OS Version Latest
  • Terramate Version 0.8.4
@soerenmartius soerenmartius added the bug Something isn't working label May 22, 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