We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cloudavenue_vm
Provides a VMware Cloud Director vapp_vm resource. This can be used to create, modify, and delete vapp_vm.
resource "cloudavenue_vm" "advancedVM" { vapp_name = vcd_vapp.web.name name = "advancedVM_romain" computer_name = "advancedVMromain" memory = 2048 cpus = 2 cpu_cores = 1 os_type = "sles10_64Guest" hardware_version = "vmx-14" # boot_image_id = data.vcd_catalog_media.myMedia.id # memory_priority = "CUSTOM" # memory_shares = "480" # # memory_reservation = "8" # memory_limit = "48" # cpu_priority = "CUSTOM" # cpu_shares = "512" # # cpu_reservation = "200" # cpu_limit = "1000" }
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/vapp_vm
None
The text was updated successfully, but these errors were encountered:
Reservations and limits do not work for creation (cf. # on Potential Terraform Configuration)
Sorry, something went wrong.
cloudavenue_security_tag
cloudavenue_vapp_vm
azrod
No branches or pull requests
Description
Provides a VMware Cloud Director vapp_vm resource. This can be used to create, modify, and delete vapp_vm.
Requested Resource(s) and/or Data Source(s)
cloudavenue_vm
Potential Terraform Configuration
References
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/vapp_vm
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: