You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/changelog/version-release-notes/8-2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ If you are upgrading from Redis 7.4, review the [Redis 8.0 breaking changes]({{<
22
22
23
23
### Terraform compatibility limitation
24
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.
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
26
27
-
To resolve this issue, upgrade to Terraform provider version 2.8.0 or later and run `terraform init -upgrade`.
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