Fix typo;Disable lock-file debugging
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-03-31 09:47:41 +02:00
parent 9afbab22f8
commit 54c076cc46
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ steps:
-upgrade \
-input=false \
-backend-config="conn_str=$${PG_CONNECTIONSTRING}"
- cat terraform/.terraform.lock.hcl
# - cat terraform/.terraform.lock.hcl
environment:
PG_CONNECTIONSTRING: postgres://terraform:terraform@tfstate.default.svc.cluster.local/terraform_backend?sslmode=disable
TF_AUTOMATION: yes

View File

@ -28,7 +28,7 @@ data "vsphere_resource_pool" "pool" {
data "vsphere_host" "host" {
name = var.hv_host
datacenter = data.vsphere_datacenter.dc.id
datacenter_id = data.vsphere_datacenter.dc.id
}
data "vsphere_datastore" "datastore" {