Skip to content

Commit 6a82762

Browse files
committed
Fix linter
1 parent 4d81a46 commit 6a82762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/redis/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func ResourceCluster() *schema.Resource {
193193
"id": {
194194
Type: schema.TypeString,
195195
Computed: true,
196-
Optional: true,
196+
Optional: true,
197197
Description: "UUID of the public network to be connected to the cluster",
198198
},
199199
"port": {

0 commit comments

Comments
 (0)