github Azure/terraform-azurerm-avm-res-web-site v0.17.2

latest releases: v0.21.8, v0.21.7, v0.21.6...
10 months ago

Breaking Change(s)

NONE

Feature(s)

  • new variable storage_user_assigned_identity_id for flex consumption scenarios with user assigned identites

Update(s)

  • revised to required_version to 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

Don't miss a new terraform-azurerm-avm-res-web-site release

NewReleases is sending notifications on new releases.