Closed JeffGiroux closed 1 year ago
Is there a timeframe for next release and fix for this?
Hi @JeffGiroux , mostly December 3rd week
@RavinderReddyF5 the latest release broke the template: https://github.com/F5Networks/terraform-azure-bigip-module/commit/89e050f0810e1e337631aa6c4683daf11a2dba58#r95818004
please reopen new issue if any issue seen
Currently the user_identity is an input but it is not used as a var if found in the resource block below. As a result, the user provided user_identity ID does not have a policy applied to it. Instead, the keyvault policy is applied to the azurerm_user_assigned_identity. Which...this block also needs to have a "count" condition if var.user_identity exists.
fix this...by adding count "if" logic var.user_identity exists
fix this...by allowing object_id to be the var.user_identity if provided or the azurerm created resourece