Yannick Struyf
Yannick Struyf
The Karbon resource was developed and based on Karbon version 2.2. We will modify the documentation to reflect this version requirement. @marinsalinas
@rhizoet did this issue also occur in the latest version of the Nutanix provider? If not we will close this case.
Hi, Can you try to pass both the uuid and project name? ``` project_reference = { kind = "project" name = "my_project_name" uuid = "my_project_uuid" } ```
Can you run your code in TRACE mode (https://www.terraform.io/docs/internals/debugging.html) and provide these logs? Please make sure you remove all sensitive data from the output (authorization headers for example).
Thanks for the feedback @Fen0l @marinsalinas Support for adding, removing node pools and managing the respective labels will be the primary focus.
Alternative approach would be to set ForceNew on the image disk.
Hi, Thank you for your message. As far as I know this is still a roadmap item. No ETA yet.
Hi, Can you create a Nutanix support ticket for this specific issue? Thanks.
Hi @manelso, The provider has the `nutanix_image` data source (example below). Is this the functionality you are looking for? ``` data "nutanix_image" "centos" { image_name = "CentOS_7_Cloud" } ```