We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b16de commit c661485Copy full SHA for c661485
go.mod
@@ -3,7 +3,7 @@ module github.com/RedisLabs/terraform-provider-rediscloud
3
go 1.22.4
4
5
require (
6
- github.com/RedisLabs/rediscloud-go-api v0.31.0
+ github.com/RedisLabs/rediscloud-go-api v0.32.0
7
github.com/bflad/tfproviderlint v0.31.0
8
github.com/hashicorp/go-cty v1.5.0
9
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
@@ -68,4 +68,4 @@ require (
68
)
69
70
// for local development, uncomment this
71
-replace github.com/RedisLabs/rediscloud-go-api => ../rediscloud-go-api
+//replace github.com/RedisLabs/rediscloud-go-api => ../rediscloud-go-api
0 commit comments