Skip to content

Commit

Permalink
Updating upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Dec 21, 2021
1 parent 624db0f commit 4c3965a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Upgrade notes

When upgrading to a newer version of the CAF module, some configuration structures must be updated before applying the modifications.

## 5.5.0

Version 5.5.0 deprecates support for Terraform 0.13 and 0.14 as we introduce provider configuration aliases which were supported started on Terraform 0.15.
Configuration file format should remain the same for 5.5.x as per 5.4.x.

- When you call the module as standalone, you will need to update the provider initialization as per:
```hcl
provider "azurerm" {
alias = "vhub"
}
```
- This update is already included in landing zones starting version 2112.0.


## 5.4.5

Upgrade to 5.4.5 includes support azurerm 2.81.0 provider and implements the following changes:
Expand Down

0 comments on commit 4c3965a

Please sign in to comment.