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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 2.2.0 (Unreleased)
2
+
3
+
ENHANCEMENTS:
4
+
5
+
* New opt-in flag to specify the `output_file_mode` to produce more deterministic behavior across operating systems. ([#90](https://github.com/hashicorp/terraform-provider-archive/pull/90))
6
+
1
7
## 2.1.0 (February 19, 2021)
2
8
3
9
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
~> **Note regarding symbolic links**: Due to a bug, the `archive_file` data
@@ -58,6 +68,8 @@ NOTE: One of `source`, `source_content_filename` (with `source_content`), `sourc
58
68
59
69
*`output_path` - (Required) The output of the archive file.
60
70
71
+
*`output_file_mode` (Optional) String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior.
72
+
61
73
*`source_content` - (Optional) Add only this content to the archive with `source_content_filename` as the filename.
62
74
63
75
*`source_content_filename` - (Optional) Set this as the filename when using `source_content`.
0 commit comments