We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Terraform v0.12.12
resource "random_password" "grafana" { length = 16 special = true override_special = "/@\"" }
Password generated with special characters but first character is not a special character.
i got password
@ocIdZ7Jq7jSiL6"
helm installation failed due to error: error converting YAML to JSON: yaml: line 14: found character that cannot start any token
error converting YAML to JSON: yaml: line 14: found character that cannot start any token
Is it possible to add option to generate password when first character is not a special ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
Terraform Version
Terraform v0.12.12
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Password generated with special characters but first character is not a special character.
Actual Behavior
i got password
Steps to Reproduce
helm installation failed due to error:
error converting YAML to JSON: yaml: line 14: found character that cannot start any token
Is it possible to add option to generate password when first character is not a special ?
The text was updated successfully, but these errors were encountered: