Skip to content
New issue

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

random_password with special characters #90

Open
navi86 opened this issue Nov 13, 2019 · 0 comments
Open

random_password with special characters #90

navi86 opened this issue Nov 13, 2019 · 0 comments
Labels
post-migration Review after migrating provider from SDKv2 to Framework

Comments

@navi86
Copy link
Contributor

navi86 commented Nov 13, 2019

Hi there,

Terraform Version

Terraform v0.12.12

Affected Resource(s)

  • random_password

Terraform Configuration Files

resource "random_password" "grafana" {
  length           = 16
  special          = true
  override_special = "/@\""
}

Expected Behavior

Password generated with special characters but first character is not a special character.

Actual Behavior

i got password

@ocIdZ7Jq7jSiL6"

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 ?

@bendbennett bendbennett added post-migration Review after migrating provider from SDKv2 to Framework and removed tf-devex-triage labels Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
post-migration Review after migrating provider from SDKv2 to Framework
Projects
None yet
Development

No branches or pull requests

2 participants