Breaking Change(s)
NONE
Feature(s)
- new variable
storage_user_assigned_identity_idfor flex consumption scenarios with user assigned identites
Update(s)
- revised to
required_versionto accept">= 1.9, < 2.0" - updated the following logic
storage_access_key = var.storage_authentication_type == "StorageAccountConnectionString" ? var.storage_account_access_key : null
storage_user_assigned_identity_id = var.storage_authentication_type == "UserAssignedIdentity" ? var.storage_user_assigned_identity_id : null