What happened?
The latest released OpenTofu version (1.10.0) of this provider (1.0.3) has a bug where it is not able to use an Azure backend store without the AZ cli installed. The AZ cli cannot be installed, because the provider image has no Python. This bug is not present in OpenTofu 1.11.4 when running manually in the same image with the same configuration.
Running tofu init results in:
Error: Error building building ARM Config: please ensure you have installed Azure CLI...
How can we reproduce it?
Use provider 1.0.3 and configure it with:
terraform {
backend "azurerm" {
...
}
}
What environment did it happen in?
Provider version 1.0.3
What happened?
The latest released OpenTofu version (1.10.0) of this provider (1.0.3) has a bug where it is not able to use an Azure backend store without the AZ cli installed. The AZ cli cannot be installed, because the provider image has no Python. This bug is not present in OpenTofu 1.11.4 when running manually in the same image with the same configuration.
Running
tofu initresults in:How can we reproduce it?
Use provider 1.0.3 and configure it with:
What environment did it happen in?
Provider version 1.0.3