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 7039f9e commit 4df0455Copy full SHA for 4df0455
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.27.0
+ github.com/RedisLabs/rediscloud-go-api v0.28.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 developement, 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