Azure / Azure-Landing-Zones-Library

Library of assets to deploy Azure Landing Zones architectures
https://azure.github.io/Azure-Landing-Zones-Library/
MIT License
26 stars 11 forks source link

[BUG] Migrating from alz/2024.10.1 to alz/2024.11.0 is failing #88

Closed sriquen closed 1 week ago

sriquen commented 1 week ago

Hi,

When migrating to the alz/2024.11.0 version, I encounter an issue related to the new way of managing the private DNS zone ids. The following capture illustrates this issue.

Image

May I ask you to check if something is wrong in this version?

matt-FFFFFF commented 1 week ago

Hi there!

Please update your alz provider version as we've recently updated our tooling to correctly parse ARM functions.

terraform init -upgrade should do the trick!

If you like you can use the recently updated 0.10.0 release of the ALZ Terraform module. This comes with some new features to better support the deployment ordering

sriquen commented 1 week ago

Awesome, this works. I've updated the alz provider to 0.16.2 (last version at this time), used the 0.10.0 release of the ALZ Terraform module, and the migration was successful. Thank you