You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"fortios_system_passwordpolicy" {
source="./modules/fortios/r/fortios_system_passwordpolicy"# apply_to - (optional) is a type of stringapply_to=null# change_4_characters - (optional) is a type of stringchange_4_characters=null# expire_day - (optional) is a type of numberexpire_day=null# expire_status - (optional) is a type of stringexpire_status=null# min_lower_case_letter - (optional) is a type of numbermin_lower_case_letter=null# min_non_alphanumeric - (optional) is a type of numbermin_non_alphanumeric=null# min_number - (optional) is a type of numbermin_number=null# min_upper_case_letter - (optional) is a type of numbermin_upper_case_letter=null# minimum_length - (optional) is a type of numberminimum_length=null# reuse_password - (optional) is a type of stringreuse_password=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_system_passwordpolicy""this" {
# apply_to - (optional) is a type of stringapply_to=var.apply_to# change_4_characters - (optional) is a type of stringchange_4_characters=var.change_4_characters# expire_day - (optional) is a type of numberexpire_day=var.expire_day# expire_status - (optional) is a type of stringexpire_status=var.expire_status# min_lower_case_letter - (optional) is a type of numbermin_lower_case_letter=var.min_lower_case_letter# min_non_alphanumeric - (optional) is a type of numbermin_non_alphanumeric=var.min_non_alphanumeric# min_number - (optional) is a type of numbermin_number=var.min_number# min_upper_case_letter - (optional) is a type of numbermin_upper_case_letter=var.min_upper_case_letter# minimum_length - (optional) is a type of numberminimum_length=var.minimum_length# reuse_password - (optional) is a type of stringreuse_password=var.reuse_password# status - (optional) is a type of stringstatus=var.status
}