github Azure/alz-terraform-accelerator v6.0.0

latest releases: v8.1.1, v8.1.0, v8.0.3...
4 months ago

What's Changed

Breaking changes

Although there are no breaking changes to the code, you may encounter a couple of issues if using the updated configuration files:

Secondary Region Firewall Policy Name

This was incorrect in previous versions, although it did not impact the deployment the default name was for the wrong region. This has been corrected in the config file, so a straight copy would result in a plan to destroy and re-create the firewall policy.

You can avoid this by specifying the old name.

If you do want to replace with the new name, follow these steps:

  • Go the secondary region firewall and update the policy to point to the primary region policy or a temporary policy you created. If you don't do this, you will get an error during apply as it cannot delete an in use policy.
  • Run the Terraform and let it replace the Firewall Policy with the new one that has the correct name.

Bastion Host Availability Zones

Prior versions of the the module used a Bastion module that did not support availability zones. This latest update supports them and turns them on by default.

You have two options:

  1. Let it destroy and recreate the Bastion Host with Availability Zones
  2. Set the availability Zones to an empty list to avoid the destroy and recreate.

Full Changelog: v5.7.0...v6.0.0

Don't miss a new alz-terraform-accelerator release

NewReleases is sending notifications on new releases.