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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The created password policy has max lockout attempts disabled.
Actual Behavior
The Okta provider ignores a value of zero. When applied, even though password_max_lockout_attempts specifies zero, the resulting Okta policy looks like this (default of 10 max lockout attempts)
Steps to Reproduce
Save above configuration
terraform apply
References/Notes
This works as expected in v3.24.0 and likely introduced by this change - ad0d7f4
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version
3.26.0
Affected Resource(s)
okta_policy_password
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
The created password policy has max lockout attempts disabled.
Actual Behavior
The Okta provider ignores a value of zero. When applied, even though password_max_lockout_attempts specifies zero, the resulting Okta policy looks like this (default of 10 max lockout attempts)
Steps to Reproduce
References/Notes
This works as expected in v3.24.0 and likely introduced by this change - ad0d7f4
The text was updated successfully, but these errors were encountered: