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