Skip to content

Commit 2665532

Browse files
authored
Merge pull request #2435 from redis/DOC-5994
RC: terraform limitation
2 parents 98c7407 + ba2c0c9 commit 2665532

File tree

1 file changed

+7
-1
lines changed
  • content/operate/rc/changelog/version-release-notes

1 file changed

+7
-1
lines changed

content/operate/rc/changelog/version-release-notes/8-2.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ Redis 8.2 builds on the foundation of Redis 8.0 with significant performance and
1818

1919
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.
2020

21-
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.
21+
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.
22+
23+
### Terraform compatibility limitation
24+
25+
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.
26+
27+
To resolve this issue, upgrade to the [latest supported version](https://registry.terraform.io/providers/RedisLabs/rediscloud/latest) and run `terraform init -upgrade`.

0 commit comments

Comments
 (0)