-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Error: The terraform-provider-commvault_v1.2.10 plugin crashed! #15
Comments
@bandicoot00 could you try the v2 resource ? https://registry.terraform.io/providers/Commvault/commvault/latest/docs/resources/user_v2 |
Hi @cvltmaheshp!
|
Pls go through this - https://registry.terraform.io/providers/Commvault/commvault/latest/docs You have to first initialize the provider. provider "commvault" { |
Hi @cvltmaheshp and thanks again for ur answer. commvault_user.eromero: Creating...
|
@bandicoot00 Besides from ensuring that the user is setup in Commvault with appropriate permissions, make sure that you base64 encoded the password to the provider. |
Sorry @jeliasson, i dont usually sign in Git hub wih this account and didnt see your answer. |
@bandicoot00 No worries. For future references, what was the solution? |
Hi guys!
Im trying to create an user in my commvault master server using code with terraform.
All looks good cause command terraform plan doesnt give me any error and show me the output about new user will be created with my credentials.
When i run terraform apply i get this error:
``Error: The terraform-provider-commvault_v1.2.10 plugin crashed!
Put the full output i got:
Terraform script:
The text was updated successfully, but these errors were encountered: