We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per the API, the password property is non-mandatory, and if not specified a password will be generated upon creation.
password
This should be reflected in the Terraform provider so that users don't have to worry about generating/storing passwords for servers in config files...
The text was updated successfully, but these errors were encountered:
I second this. I'd prefer to use the unique password generated by CLC.
Sorry, something went wrong.
@tonycapone The CLC provider is in Terraform core now.
I've just raised this PR against Terraform - See hashicorp/terraform#6414
Will go and close this issue as superseded.
No branches or pull requests
As per the API, the
password
property is non-mandatory, and if not specified a password will be generated upon creation.This should be reflected in the Terraform provider so that users don't have to worry about generating/storing passwords for servers in config files...
The text was updated successfully, but these errors were encountered: