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
We use PingOne provider for password generation and we have option to enable "password cannot have more than 2 repeated characters" . As per below output random_password.password["[email protected]"].result have "KK" value repeated so user creation is failing.
Terrafrom error
random_password.password["[email protected]"]: Creation complete after 0s [id=none]
pingone_user.admins["[email protected]"]: Creating...
│ Error: Error when calling `CreateUser`: The request could not be completed. One or more validation errors were in the request.
│
│ with pingone_user.admins["[email protected]"],
│ on users.tf line 1, in resource "pingone_user" "admins":
│ 1: resource "pingone_user" "admins" {
│
│ PingOne Error Details:
│ ID: 78355ac7-870a-4ff8-ad01-765babcca2a1
│ Code: INVALID_DATA
│ Message: The request could not be completed. One or more validation errors were in the request.
│ Details object: [{"code":"INVALID_VALUE","innerError":{},"message":"User password did not satisfy password policy requirements","target":"password"}]
Terraform CLI and Provider Versions
Terraform v1.6.6
on darwin_arm64
Your version of Terraform is out of date! The latest version
is 1.7.0. You can update by downloading from https://www.terraform.io/downloads.html
Use Cases or Problem Statement
We use PingOne provider for password generation and we have option to enable "password cannot have more than 2 repeated characters" . As per below output random_password.password["[email protected]"].result have "KK" value repeated so user creation is failing.
Terrafrom error
Terraform Sample [email protected] password string
Need option to have field for "password cannot have more than 2 field" in random_password.password
Proposal
Need option to have field for "password cannot have more than 2 field" in random_password.password
How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: