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

start with lowercase #154

Open
farrukh90 opened this issue Mar 14, 2021 · 1 comment
Open

start with lowercase #154

farrukh90 opened this issue Mar 14, 2021 · 1 comment
Labels
enhancement post-migration Review after migrating provider from SDKv2 to Framework

Comments

@farrukh90
Copy link

farrukh90 commented Mar 14, 2021

Hi there,

Is there anyway we could add a feature where it creates a password with lowerletter in the beginning? Maybe add an option
start_with_lower_letter = true

Because, we are using lower letter with numbers and some providers require the password or ID to start with lower letter. An example is

resource "google_project" "project" {
name = "testproject"
project_id = random_password.password.result
}

Google project does not allow IDs that start with number

@nitrocode
Copy link

You'd probably to add all of them to be complete

  • start_with_lower
  • start_with_upper
  • start_with_special
  • start_with_numeric or start_with_number

@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
enhancement post-migration Review after migrating provider from SDKv2 to Framework
Projects
None yet
Development

No branches or pull requests

4 participants