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

Add support for use of Content Library ISO File for an r/virtual_machine CD-ROM (2) #2316

Open
3 of 4 tasks
Sporesirius opened this issue Jan 14, 2025 · 1 comment
Open
3 of 4 tasks
Labels
enhancement Type: Enhancement
Milestone

Comments

@Sporesirius
Copy link

Sporesirius commented Jan 14, 2025

Community Guidelines

  • I have read and agree to the HashiCorp Community Guidelines .
  • Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
  • Do not leave "+1" or other comments that do not add relevant information or questions.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

I noticed that there was already an issue regarding this problem, referenced in #1750. I suggest re-enabling this enhancement to allow for the use of a Content Library ISO file (.iso) attached to the CD-ROM of a virtual machine. Currently AFAIK it is only possible to use Content Libraries with templates or OVF/VMDK.

Use Case(s)

Allows a user to consume an .iso artifact from the content library as a content library item versus an .iso file on a datastore.

data "vsphere_content_library_item" "iso" {
   name = "ubuntu-22.04-lts-x64"
   type = "iso"
}

resource "vsphere_virtual_machine" "vm" {
  #... brevity
  cdrom {
    content_library_item =  data.content_library_item.id
  }
}

Potential Terraform Provider Configuration

No response

References

#1750

@Sporesirius Sporesirius added the enhancement Type: Enhancement label Jan 14, 2025
Copy link

Hello, Sporesirius! 🖐

Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle.

If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests.

@tenthirtyam tenthirtyam added this to the Backlog milestone Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants