v2.5.1-tf.3
Release v2.5.1-tf.3
Upgradeable Versions: v2.4.6-tf.1
Full Wayfinder Changelog: https://docs.appvia.io/wayfinder/releases
Changelog
Wayfinder changes:
- None
Terraform Infrastructure changes:
- Split the management cluster's compute nodepool into a node group per Availability Zone
Required Actions
The module variable subnet_ids
has been replaced with subnet_ids_by_az
, this is of type map(list(string))
, an example of which would be:
subnet_ids_by_az = {
"eu-west-2a" = ["subnet-123456"]
"eu-west-2b" = ["subnet-363477"]
"eu-west-2c" = ["subnet-846262"]
}