feat: Add reuse_interval to password validation policy configuration#687
Conversation
|
friendly ping, Could you review? @imrannayer @q2w |
modules/mysql/variables.tf
Outdated
| min_length = number | ||
| complexity = string | ||
| disallow_username_substring = bool | ||
| reuse_interval = number |
There was a problem hiding this comment.
@anluuhoai if it is not required can u make it optional?
There was a problem hiding this comment.
I think this is already an option. If you don't fill it in, it will be null. In this case, I need to config the reuse_interval, but the current module doesn't have this option.
In the console, if you fill in the reuse interval, when I run this module without reuse_interval, it will remove the reuse interval.
There was a problem hiding this comment.
@anluuhoai if this is not required can u plz define as optional
reuse_interval = optional(number)
There was a problem hiding this comment.
I think reuse_interval is no different from min_length or complexity @imrannayer
|
/gcbrun |
|
@anluuhoai can you plz lint test? |
|
Updated. Please re-run. @imrannayer |
|
/gcbrun |
No description provided.