Azure / terraform-azurerm-avm-res-containerregistry-registry

AVM Terraform module for Module 'avm-res-containerregistry-registry'
https://registry.terraform.io/modules/Azure/avm-res-containerregistry-registry
MIT License
10 stars 14 forks source link

[AVM Module Issue]: azurerm provider version restricted to below 4.0.0 #79

Closed alefteris closed 1 month ago

alefteris commented 2 months ago

Check for previous/existing GitHub issues

Issue Type?

Bug

(Optional) Module Version

0.2.0

(Optional) Correlation Id

No response

Description

Now that azurerm 4.0.0 provider is out, I tried to upgrade one of my projects, but failed because avm-res-containerregistry-registry is restricted to azurerm version = ">= 3.71.0, < 4.0.0".

Is there a particular reason for this restriction? Other modules from AVM that I'm using don't restrict to < 4.x.

If there is no particular reason for this restriction, could we please get a new release with the upper-bound version restriction removed? Thank you.

alefteris commented 1 month ago

My bad. There are incompatible changes for the azurerm_container_registry resource. I've created a PR for the changes needed for v4.0 at https://github.com/Azure/terraform-azurerm-avm-res-containerregistry-registry/pull/82 . So closing this.