Skip to content

Commit 669562a

Browse files
Remove versions from redis_version field. (#5062) (#3498)
Co-authored-by: upodroid <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: upodroid <[email protected]>
1 parent 311053b commit 669562a

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.changelog/5062.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_gke_hub_feature_membership_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"testing"
77

8-
dcl "github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl"
8+
"github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl"
99
gkehub "github.com/GoogleCloudPlatform/declarative-resource-client-library/services/google/gkehub/beta"
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1111
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

google-beta/resource_redis_instance.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,8 @@ https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locat
163163
Computed: true,
164164
Optional: true,
165165
Description: `The version of Redis software. If not provided, latest supported
166-
version will be used. Currently, the supported values are:
167-
168-
- REDIS_5_0 for Redis 5.0 compatibility
169-
- REDIS_4_0 for Redis 4.0 compatibility
170-
- REDIS_3_2 for Redis 3.2 compatibility`,
166+
version will be used. Please check the API documentation linked
167+
at the top for the latest valid values.`,
171168
},
172169
"region": {
173170
Type: schema.TypeString,

website/docs/r/redis_instance.html.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,8 @@ The following arguments are supported:
207207
* `redis_version` -
208208
(Optional)
209209
The version of Redis software. If not provided, latest supported
210-
version will be used. Currently, the supported values are:
211-
- REDIS_5_0 for Redis 5.0 compatibility
212-
- REDIS_4_0 for Redis 4.0 compatibility
213-
- REDIS_3_2 for Redis 3.2 compatibility
210+
version will be used. Please check the API documentation linked
211+
at the top for the latest valid values.
214212

215213
* `reserved_ip_range` -
216214
(Optional)

0 commit comments

Comments
 (0)