File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// Simple Linux VM deployment
22module "example-server-linuxvm" {
33 source = " Terraform-VMWare-Modules/vm/vsphere"
4- version = " 1.0.2 "
4+ version = " 1.1.0 "
55 vmtemp = " TemplateName"
66 instances = 1
77 vmname = " example-server-windows"
@@ -16,7 +16,7 @@ module "example-server-linuxvm" {
1616// Example of Linux VM with more Advanced Features
1717module "example-server-linuxvm-advanced" {
1818 source = " Terraform-VMWare-Modules/vm/vsphere"
19- version = " 1.0.3 "
19+ version = " 1.1.0 "
2020 dc = " Datacenter"
2121 vmrp = " cluster/Resources"
2222 vmfolder = " Cattle"
@@ -38,7 +38,7 @@ module "example-server-linuxvm-advanced" {
3838 }
3939 scsi_type = " lsilogic" # "pvscsi"
4040 scsi_controller = 0
41- data_disk_scsi_controller = [0 , 3 ]
41+ data_disk_scsi_controller = [0 , 1 ]
4242 disk_datastore = " vsanDatastore"
4343 data_disk_datastore = [" vsanDatastore" , " nfsDatastore" ]
4444 data_disk_size_gb = [10 , 5 ] // Aditional Disks to be used
You can’t perform that action at this time.
0 commit comments