Skip to content

Support defining categories_mapping for a VM #321

Closed
@jantari

Description

Is your feature request related to a problem? Please describe.

We require the ability to set more than 1 category key and value for some VMs.

Currently the latest terraform provider 1.2.2 only supports defining:

categories {
  name = "a"
  value = "b"
}

on a VM which is immensely limiting.

Describe the solution you'd like
Being able to utilize the modern categories_mapping instead of the legacy categories so we can set multiple values for one key or just multiple keys in general. The API is described here: https://www.nutanix.dev/reference/prism_central/v3/api/vms/postvms

Describe alternatives you've considered

Additional context

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions