Specify path to default resourcepool #2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-02-02 13:48:45 +01:00
parent 0512a08013
commit c01153aa45
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ data "vsphere_datacenter" "dc" {
}
data "vsphere_resource_pool" "pool" {
name = "${var.vsphere_host}"
name = "/${var.vsphere_datacenter}/host/${var.vsphere_host}/Resources"
datacenter_id = data.vsphere_datacenter.dc.id
}