mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +00:00
Update example
This commit is contained in:
parent
1176ef9ee4
commit
5d5f1c1835
@ -1,6 +1,6 @@
|
||||
resource "proxmox_virtual_environment_group" "example" {
|
||||
acl {
|
||||
path = "/vms/100"
|
||||
path = "/vms/${proxmox_virtual_environment_vm.example.id}"
|
||||
role_id = "${proxmox_virtual_environment_role.example.id}"
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
resource "proxmox_virtual_environment_user" "example" {
|
||||
acl {
|
||||
path = "/"
|
||||
path = "/vms/${proxmox_virtual_environment_vm.example.id}"
|
||||
propagate = true
|
||||
role_id = "PVEVMAdmin"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user