Skip to content

Commit 3fe1ac2

Browse files
terraform limitation
1 parent 341182d commit 3fe1ac2

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/" >}}) 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.
26+
27+
To resolve this issue, upgrade to Terraform provider version 2.8.0 or later and run `terraform init -upgrade`.

0 commit comments

Comments
 (0)