mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
map -> tomap TF API change
This commit is contained in:
parent
e554d93e5c
commit
d3f323e66b
@ -3,8 +3,8 @@ data "proxmox_virtual_environment_groups" "example" {
|
||||
}
|
||||
|
||||
output "data_proxmox_virtual_environment_groups_example" {
|
||||
value = map(
|
||||
"comments", data.proxmox_virtual_environment_groups.example.comments,
|
||||
"group_ids", data.proxmox_virtual_environment_groups.example.group_ids,
|
||||
)
|
||||
value = tomap({
|
||||
"comments" = data.proxmox_virtual_environment_groups.example.comments
|
||||
"group_ids" = data.proxmox_virtual_environment_groups.example.group_ids
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user