NOTES:
- The provider has switched to the standalone TF SDK, there should be no noticeable impact on compatibility. (#32)
NEW FEATURES:
- r/local_file: allow for configurable permissions (#30)
- Add support for base64 encoded content (#29)
- This releases includes another Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
- This releases includes only a Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
NEW FEATURES:
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
local_file
resource has optionalsensitive_content
attribute, which can be used instead ofcontent
in situations where the content contains sensitive information that should not be displayed in a rendered diff. (#9)
NEW FEATURES:
local_file
data source, for reading files in a way that participates in Terraform's dependency graph, which allows reading of files that are created dynamically duringterraform apply
. (#6)
- No changes from 0.1.0; just adjusting to the new version numbering scheme.
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout