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
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
Terraform Version
Terraform v0.12.12
Affected Resource(s)
Terraform Configuration Files
Only occurs with source directory that contains subdirectories
https://github.com/poseidon/terraform-render-bootstrap/blob/10d9cec5c256f4622712bf01448df1a2befc37c8/assets.tf#L18-L32Debug Output
https://gist.github.com/vroad/5e29d07886bf66af4a613729465847b9https://gist.github.com/vroad/8d0bc9b8f69c7a397599946b6d8d9852
Only last path separator is
\
(backslash), not/
(slash). Might be related.Panic Output
Expected Behavior
It should generate files in subdirectories as well.
Actual Behavior
No files generated and terraform stops with an error. Only occurs on windows. When running terraform from docker, it successfully generate files.
Steps to Reproduce
On powershell,
mkdir input\manifests
echo foo > input\manifests\foo.txt
terraform apply
Important Factoids
I updated an example with minimal one.
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: