-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Labels
Milestone
Description
Description
I'd like to be able to set Scheduled Tasks for a VM I create using terraform. These allow things like scheduled shutdown and startup.
Potential Terraform Configuration
resource "vsphere_virtual_machine" "example" {
scheduled_task {
description = ""
cron = ""
notification_email = ""
action = ""
}
}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
lupass93, lubyou, pvilleneuve77, Tigershark2005-zz, DukeOfKirkcaldy and 5 more