resource "vsphere_virtual_machine" "vm" { name = "foo" resource_pool_id = data.vsphere_compute_cluster.cluster.resource_pool_id datastore_id = data.vsphere_datastore.datastore.id num_cpus = 1 memory = 1024 guest_id = "other3xLinux64Guest" network_interface { network_id = data.vsphere_network.network.id } disk { label = "disk0" size = 20 } }
Resource Type | SKU Name | SKU Description | Expression | Unit of Measure | Rate |
|---|---|---|---|---|---|
google_compute_instance | Compute Engine | f1-micro machine Asia-East1 | machine_type==f1-micro | 1/Month | 2.33 |
google_compute_instance | Compute Engine Boot | f1-micro machine with Boot size | machine_type==f1-micro and boot_disk[0].initialize_params[0].size<=30 | 1/Month | 4 |
Service Group | Region | SKU Name | SKU Description | Expression | Unit of Measure | Rate | Tier Config |
|---|---|---|---|---|---|---|---|
4SVH5mpD9YFiienhgwXSiD | eastus | Disk1 | Disk size less than 30 | size<=30 | GB/Month | 0 | size |
4SVH5mpD9YFiienhgwXSiD | eastus | Disk2 | Disk size greater than 30 | size>=31 | GB/Month | 0.3 | size |
Service Group | Region | SKU Name | SKU Description | Expression | Unit of Measure | Rate |
|---|---|---|---|---|---|---|
4SVH5mpD9YFiienhgwXSiD | eastus | Disk1 | Disk size less than 30 | TRUE | GB/Month | 5 |
4SVH5mpD9YFiienhgwXSiD | eastus | Disk2 | Disk size greater than 30 | TRUE | GB/Month | 10 |