Skip to content

Commit 7494313

Browse files
authored
fix(redis): add computed to private network attribute (#2074)
1 parent a2f0607 commit 7494313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/resource_redis_cluster.go

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func resourceScalewayRedisCluster() *schema.Resource {
139139
"service_ips": {
140140
Type: schema.TypeList,
141141
Optional: true,
142+
Computed: true,
142143
Elem: &schema.Schema{
143144
Type: schema.TypeString,
144145
ValidateFunc: validation.IsCIDR,

0 commit comments

Comments
 (0)