-
Notifications
You must be signed in to change notification settings - Fork 112
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
iops view rights #1262
Comments
Hi! |
I'm using terraform version:
I did some more tests When deploying a VM from a template using terraform I get an error: panic: runtime error: invalid memory address or nil pointer dereference goroutine 43 [running]: Error: The terraform-provider-vcd_v3.12.1 plugin crashed! This is always indicative of a bug within the plugin. It would be immensely My manifest: override_template_disk { If you remove the override block then everything works. |
Hi @maloy45, I'll resume checking this issue. Just to be sure, does it still happen when the VCD provider is version Thanks in advance. |
Thank you for your patience. I have tested this issue with the VCD provider version 3.13.0, and unfortunately, the problem still persists. To recap how to reproduce the issue: Remove the "View Disk IOPS" rights from the "Organization Administrator" role. |
In Cloud Director 10.5 and higher, you can disable IOPS viewing rights for tenants
iops policy is enabled and inherited from provider vdc
If you push a role to tenants without "iops view", then terraform will not be able to create a VM
The text was updated successfully, but these errors were encountered: