-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
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
- I agree to follow this project's Code of Conduct
manoelhc, JonathanManass, leosykes117, og-hashira, Auxority and 1 more