Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 20:11
· 258 commits to main since this release
33cacbe

NOTES:

  • resource/local_file: Argument 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:

  • New Data Source: local_sensitive_file (#101 and #106)
  • New Resource: `local_sensitive_file** (#106)