-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Labels
Milestone
Description
Description
Content Library Support is severely lacking. Capabilities available here -> https://github.com/vmware/govmomi/blob/master/govc/USAGE.md#librarycreate
Should also be available to this provider.
Potential Terraform Configuration
resource "vsphere_content_library" "library" {
name = "Content Library Test"
storage_backing = data.vsphere_datastore.datastore.id
description = "A new source of content"
publish = false
subscription = "blah"
sync_settings {
period = 1d
}
}References
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
bevinsns, timmuse1, ggscott, djpbessems, jfmatth and 12 more