[BUG] terramate create
: wrong directory hierarchy creation when providing absolute path
#1954
Labels
bug
Something isn't working
Describe the bug
When using
terramate create ...
with an absolute path, a hierarchy of directories starting at/
is created at the desired directory.To Reproduce
Steps to reproduce the behavior:
terramate create "/Users/foo/code/iac/terraform/clouds/gcp/dev/dev0/europe-west1/service/_resources/project/"
Expected behavior
I would expect
terramate create
to only create the last directory in the hierarchy. In the above case,project
.Environment:
The text was updated successfully, but these errors were encountered: