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
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:
Create a new directory dev
Add a file config.tm.hcl inside of dev
Add a stack in dev ,terramate create dev/one
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
The text was updated successfully, but these errors were encountered:
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:
dev
config.tm.hcl
inside ofdev
dev
,terramate create dev/one
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):
The text was updated successfully, but these errors were encountered: