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 b0feb6a7ee..3b640e1ce7 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/" >}}) versions 2.1.2 through 2.4.5 with Redis 8.2 databases, database creation will fail. This issue only affects the Terraform provider and does not impact existing databases or data. + +To resolve this issue, upgrade to the [latest supported version](https://registry.terraform.io/providers/RedisLabs/rediscloud/latest) and run `terraform init -upgrade`.