Fix typo;Disable lock-file debugging
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
9afbab22f8
commit
54c076cc46
@ -11,7 +11,7 @@ steps:
|
|||||||
-upgrade \
|
-upgrade \
|
||||||
-input=false \
|
-input=false \
|
||||||
-backend-config="conn_str=$${PG_CONNECTIONSTRING}"
|
-backend-config="conn_str=$${PG_CONNECTIONSTRING}"
|
||||||
- cat terraform/.terraform.lock.hcl
|
# - cat terraform/.terraform.lock.hcl
|
||||||
environment:
|
environment:
|
||||||
PG_CONNECTIONSTRING: postgres://terraform:terraform@tfstate.default.svc.cluster.local/terraform_backend?sslmode=disable
|
PG_CONNECTIONSTRING: postgres://terraform:terraform@tfstate.default.svc.cluster.local/terraform_backend?sslmode=disable
|
||||||
TF_AUTOMATION: yes
|
TF_AUTOMATION: yes
|
||||||
|
@ -28,7 +28,7 @@ data "vsphere_resource_pool" "pool" {
|
|||||||
|
|
||||||
data "vsphere_host" "host" {
|
data "vsphere_host" "host" {
|
||||||
name = var.hv_host
|
name = var.hv_host
|
||||||
datacenter = data.vsphere_datacenter.dc.id
|
datacenter_id = data.vsphere_datacenter.dc.id
|
||||||
}
|
}
|
||||||
|
|
||||||
data "vsphere_datastore" "datastore" {
|
data "vsphere_datastore" "datastore" {
|
||||||
|
Loading…
Reference in New Issue
Block a user