Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider needs to support data_source_reference attribute for nutanix_image resource #52

Closed
chandru-tkc opened this issue Apr 25, 2019 · 0 comments · Fixed by #80
Closed

Comments

@chandru-tkc
Copy link
Contributor

Describe the bug
nutanix_image resource doesn't support data_source_reference attribute but v3 APIs support it

Expected behavior
Able to create a image like below,
nutanix_image "image" {
data_source_reference = {
kind = "vm_disk"
uuid = "vm_disk_string"
}
name = "some"
}

Versions (please complete the following information):

  • OS Osx - Mojave
  • Terraform nutanix provider - Terraform v0.11.13
  • Nutanix Prism Central - 5.10.2
  • Terraform provider version - v1.0

Additional context
Add any other context about the problem here.

yannickstruyf3 pushed a commit to yannickstruyf3/terraform-provider-nutanix that referenced this issue Nov 9, 2021
adding clusters data source to the provider, example.tf modified usin…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant