Releases: hashicorp/terraform-provider-archive
Releases · hashicorp/terraform-provider-archive
v2.7.0
v2.6.0
v2.5.0
v2.4.2
BUG FIXES:
- 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)
v2.4.1
v2.4.0
NOTES:
- 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:
v2.3.0
NOTES:
- Provider has been re-written using the new
terraform-plugin-framework
(#170).