mgibson85
mgibson85
Thank you, in this case I'm not using rover. I'm using the standalone module directly i.e. `module "caf" { source = "aztfmod/caf/azurerm" version = "~>5.5.0" }`
Thanks @LaurentLesle, I've tried the command but it still fails: 
Thank you @LaurentLesle. If anyone needs a working example: main.tf: ``` terraform { required_providers { } required_version = ">= 0.15" } provider "azurerm" { features { key_vault { purge_soft_delete_on_destroy =...
HI @LaurentLesle, this issue appears to be fixed in the provider release 3.9.0 - https://github.com/hashicorp/terraform-provider-azurerm/issues/16982. What's needed for the CAF module to be updated?
Hi, can you provide a progress update on this fix?
Many thanks for the response @MrTolerant , this is certainly the way I'm currently working. I was curious when the update would take place to either remove the workaround of...
Hi guys, any further news on the 5.7.0 release? Like many others, we are waiting on azuread provider 2.x with graph. Thanks for all the hard work :)
same issue, upgrade from 2.76.0 to 2.77.0 didn't work. I had to uninstall/install to resolve the issue. winget remove --id Microsoft.AzureCLI winget install --id Microsoft.AzureCLI ``` PS C:\> az --version...