-
Notifications
You must be signed in to change notification settings - Fork 63
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
Error generating archive with archive_file when symlink is present and exclude_symlink_directories is set to true #296
Labels
Comments
|
bendbennett
added a commit
that referenced
this issue
Jan 15, 2024
bendbennett
added a commit
that referenced
this issue
Jan 15, 2024
bendbennett
added a commit
that referenced
this issue
Jan 17, 2024
bendbennett
added a commit
that referenced
this issue
Jan 22, 2024
@sm0ke21 this bug should be fixed in |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform CLI and Provider Versions
Terraform v1.6.6
on linux_amd64
Terraform Configuration
Expected Behavior
I expect a zip file in
output_path
containing everything insource_dir
Actual Behavior
I get the following error:
Steps to Reproduce
terraform plan
How much impact is this issue causing?
High
Logs
https://gist.github.com/sm0ke21/c1371dede8e6e288da456854582d7a00
Additional Information
There is a symlink inside admin_api/src called
commonlib
linking to common python libraries.If the symlink is removed then
terraform plan
works.I expected this to not fail since
exclude_symlink_directories
is set to true.Code of Conduct
The text was updated successfully, but these errors were encountered: