gen-storage-account

Latest: v2.2.1
Category
Storage
Total Versions
7
Last Updated
12/17/2025

Release History

v2.2.1 Latest

Changes:

  • Add a filter to blob properties. Blob properties will not be configured when account kind isFileStorage.
  • Merged PR 15113: Refactor blob_properties to conditionally apply for non-FileStorage accounts
  • support for Azure file authentication settings. Default turned off.
  • Make SAS policy variable with a default value of "Block" Add checkov ignore to fix false positive

v2.2.0

Changes:

  • support for Azure file authentication settings. Default turned off.
  • Merged PR 15039: Add azure_files_authentication
  • Make SAS policy variable with a default value of "Block" Add checkov ignore to fix false positive

v2.1.0

Changes:

  • Make SAS policy variable with a default value of "Block" Add checkov ignore to fix false positive
  • Merged PR 15008: Fix checkov warning

v2.0.0 Breaking

Changes:

  • 'network_rules' are no longer enabled by default
  • network_rules' are moved to a separate resource
  • 'Public access from all networks' is now posibble to configure
  • Merged PR 13457: module_update

v1.2.2

Changes:

  • Added variable group
  • Changed releasenote branch to main
  • Changed PR template without skip
  • Added IPMhub publish
  • Merged PR 12224: Update pull request template and YAML configuration for storage account module

v1.2.1

Changes:

  • Updated module to avoid it from destroying the storage account and possible private endpoints in case new tags are added.
  • storage_account.tf:
  • to get location from the location variable
  • Updated readme.md
  • Merged PR 11458: gen-storage-account_update

v1.2.0

Changes:

  • by this module) are deployed at the same time.
  • Updated the private_endpoints variable to a map of objects. Updated private_endpoints.tf resources to reflect the changes of the private_endpoints variable Added 'web' private endpoint resource to private_endpoints.tf Updated readme.md
  • Merged PR 11283: gen-storage-account_update
  • Updated pipeline and pull request template to work with the simacsupport releasenote website.
  • Update tflint to latest version.