Remove deprecated number
attribute from random_password
and random_string
resources
#266
Closed
1 task done
Labels
Milestone
Terraform CLI and Provider Versions
0.12
Use Cases or Problem Statement
In order to align attribute naming,
number
was deprecated andnumeric
added in v3.3.0.We now have the following attributes:
lower
andmin_lower
upper
andmin_upper
special
andmin_special
numeric
andmin_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
The text was updated successfully, but these errors were encountered: