Specify path to default resourcepool #2
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
0512a08013
commit
c01153aa45
@ -22,7 +22,7 @@ data "vsphere_datacenter" "dc" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
data "vsphere_resource_pool" "pool" {
|
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
|
datacenter_id = data.vsphere_datacenter.dc.id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user