mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +00:00
619 B
619 B
layout | title | permalink | nav_order | parent | subcategory |
---|---|---|---|---|---|
page | proxmox_virtual_environment_role | /resources/virtual_environment_role | 10 | Resources | Virtual Environment |
Resource: proxmox_virtual_environment_role
Manages a role.
Example Usage
resource "proxmox_virtual_environment_role" "operations_monitoring" {
role_id = "operations-monitoring"
privileges = [
"VM.Monitor",
]
}
Argument Reference
privileges
- (Required) The role privileges.role_id
- (Required) The role identifier.
Attribute Reference
There are no additional attributes available for this resource.