This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
local (source) | required_provider | major |
1.4.0 -> 2.2.3
|
v2.2.3
NOTES:
resource/local_file: Update docs to prevent confusion that exactly one of the arguments content
,
sensitive_content
, content_base64
, and source
needs to be specified (#123).
resource/local_sensitive_file: Update docs to prevent confusion that exactly one of the arguments content
,
content_base64
, and source
needs to be specified (#123).
No functional changes from 2.2.2.
v2.2.2
NOTES:
"0700"
, not "0777"
).v2.2.1
NOTES:
v2.2.0
NOTES:
sensitive_content
is Deprecated
. For creating or accessing files containing sensitive data,
please use the new resource and data source local_sensitive_file
.
Both are identical to their local_file
counterparts, but content
and content_base64
attributes are marked as sensitive.FEATURES:
v2.1.0
NOTES:
darwin-arm64
platform.v2.0.0
NOTES:
linux-arm64
platform.BREAKING CHANGES:
FEATURES:
source
attribute as alternative way to provide content
for the local_file
resource.
(#44)This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.