The Elasticache Module terraform-aws-provider defined in versions.tf is currently at >=4.0.0. We need to upgrade the provider to the latest major 5 release.
What to do:
review changelogs for any changes of the terraform resources used within the module
check for new deprecations
check for any removals (or existing deprecations) that will impact/break the module usage
bump the provider version constraints in both environments repo tf resources folder and the module repo's versions file
test applying a new instance of the AWS resource in abundant / testing namespace
test that upgrading previous versions of the module works successfully
Background
The Elasticache Module terraform-aws-provider defined in
versions.tf
is currently at>=4.0.0
. We need to upgrade the provider to the latest major5
release.What to do:
Proposed user journey
Approach
Which part of the user docs does this impact
Communicate changes
Questions / Assumptions
Definition of done
Reference
How to write good user stories