You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever we have to generate things like a random username, starting with something like user-, we have to create something like a local variable to solve this suffix or prefix issue. If those properties are in place, we no longer need to care about these things, keeping the code cleaner and more readable.
Proposal
The proposal is simple: create both properties to add prefix and suffix strings to the generated string.
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
The text was updated successfully, but these errors were encountered:
Terraform CLI and Provider Versions
Terraform 1.50.1
Random 3.0.0
Use Cases or Problem Statement
Whenever we have to generate things like a random username, starting with something like
user-
, we have to create something like a local variable to solve this suffix or prefix issue. If those properties are in place, we no longer need to care about these things, keeping the code cleaner and more readable.Proposal
The proposal is simple: create both properties to add prefix and suffix strings to the generated string.
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: