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
data-source/archive_file: Prevent error when generating archive from source containing symbolically linked directories, and exclude_symlink_directories is set to true (#298)
resource/archive_file: Prevent error when generating archive from source containing symbolically linked directories, and exclude_symlink_directories is set to true (#298)
resource/archive_file: Return error when generated archive would be empty (#298)
data-source/archive_file: Return error when generated archive would be empty (#298)
This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#200)
ENHANCEMENTS:
data-source/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)
resource/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)
BUG FIXES:
data-source/archive_file: Symbolically linked directories are included in archives by default rather than generating an error (#183)
resource/archive_file: Symbolically linked directories are included in archives by default rather than generating an error (#183)