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

Remove deprecated number attribute from random_password and random_string resources #266

Closed
1 task done
bendbennett opened this issue Jun 24, 2022 · 2 comments
Closed
1 task done

Comments

@bendbennett
Copy link
Contributor

Terraform CLI and Provider Versions

0.12

Use Cases or Problem Statement

In order to align attribute naming, number was deprecated and numeric added in v3.3.0.

We now have the following attributes:

  • lower and min_lower
  • upper and min_upper
  • special and min_special
  • numeric and min_numeric

Proposal

With the next major release we can remove the number attribute.

How much impact is this issue causing?

Low

Additional Information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bendbennett
Copy link
Contributor Author

Closed by #177

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant