Skip to content

Update to OpenTofu 1.11.x #122

@plagerweij

Description

@plagerweij

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions