-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
To make the module more reliable, we should set validation condition on input variables:
cluster_version
is a supported version (would require to maintain the list of supported version)instance_type
is correct (would require to maintain the list of available instances)network_acl
andservice_ips
are correct IP addressesprivate_network
andproject_id
are UUIDs (with or without a zone prefix)user_name
won't be rejected by redis.user_password
matches complexity rules set by Scaleway.zone
matches a known zone (would require to maintain the list of available zones)- ...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed