diff --git a/content/operate/rc/changelog/version-release-notes/8-2.md b/content/operate/rc/changelog/version-release-notes/8-2.md index b0feb6a7e..f27a1d6c3 100644 --- a/content/operate/rc/changelog/version-release-notes/8-2.md +++ b/content/operate/rc/changelog/version-release-notes/8-2.md @@ -18,4 +18,10 @@ Redis 8.2 builds on the foundation of Redis 8.0 with significant performance and When new versions of Redis Open Source change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Cloud and update any applications that connect to your database to handle these changes. -If you are upgrading from Redis 7.4, review the [Redis 8.0 breaking changes]({{< relref "/operate/rc/changelog/version-release-notes/8-0#breaking-changes" >}}) before upgrading. \ No newline at end of file +If you are upgrading from Redis 7.4, review the [Redis 8.0 breaking changes]({{< relref "/operate/rc/changelog/version-release-notes/8-0#breaking-changes" >}}) before upgrading. + +### Terraform compatibility limitation + +If you use the [Redis Cloud Terraform provider]({{< relref "/integrate/terraform-provider-for-redis-cloud/" >}}) in a version earlier than 2.5.0 with Redis 8.2 databases, subsequent `terraform apply` commands will fail after the initial database creation succeeds. This issue only affects the Terraform provider and does not impact your databases or data. + +To resolve this issue, upgrade to Terraform provider version 2.8.0 or later and run `terraform init -upgrade`.