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 a882394 commit f7155b0Copy full SHA for f7155b0
scaleway/resource_redis_cluster.go
@@ -90,9 +90,10 @@ func resourceScalewayRedisCluster() *schema.Resource {
90
Computed: true,
91
},
92
"ip": {
93
- Type: schema.TypeString,
94
- Description: "IPv4 network address of the rule (IP network in a CIDR format).",
95
- Required: true,
+ Type: schema.TypeString,
+ Description: "IPv4 network address of the rule (IP network in a CIDR format).",
+ Required: true,
96
+ ValidateFunc: validation.IsCIDR,
97
98
"description": {
99
Type: schema.TypeString,
0 commit comments