You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying with a deployer VM on which a system managed identity have been assigned, the build.sh script is failing with the following error
./build.sh -a plan
│ Error: expected "object_id" to be a valid UUID, got
│
│ with azurerm_key_vault_access_policy.admin,
│ on keyvault.tf line 27, in resource "azurerm_key_vault_access_policy""admin":
│ 27: resource "azurerm_key_vault_access_policy""admin" {
│
When deploying with a deployer VM on which a system managed identity have been assigned, the
build.sh
script is failing with the following errorThis is due to hashicorp/terraform-provider-azurerm#7787
The text was updated successfully, but these errors were encountered: