passphrase
The passphrase
rotator enables you to any user defined key in your ESC environment generating memorable passphrases.
If you want to generate random passwords use the password rotator
Inputs
- separator: Specifies a single character to be used as word separator. (default:
-
) - capitalize: if
true
will capitalize each generated word. (default:false
) - length: The number of words that the generated passphrase will contain. (default:
5
)
Example
The passphrase
rotator can be configured for any random user defined key.
values:
fn::rotate::passphrase:
inputs:
separator: "%"
capitalize: true
length: 4
This configuration will genrate passphrases like Mouth%Purebred%Headstone%Plausibly
.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.