This commit is contained in:
parent
4da89c8155
commit
b98987fcae
@ -10,7 +10,7 @@ data "vsphere_ovf_vm_template" "ovf-rootca" {
|
|||||||
deployment_option = "standalone"
|
deployment_option = "standalone"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "vsphere_virtual_machine" "vm-srv" {
|
resource "vsphere_virtual_machine" "vm-rootca" {
|
||||||
name = "TF-CA01"
|
name = "TF-CA01"
|
||||||
|
|
||||||
num_cpus = var.vm_numcpu
|
num_cpus = var.vm_numcpu
|
||||||
|
Loading…
Reference in New Issue
Block a user