Revert lock file reveal;Add lock file permanently
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c8d9313d18
commit
c66d489865
@ -10,7 +10,6 @@ steps:
|
||||
terraform -chdir=terraform init \
|
||||
-input=false \
|
||||
-backend-config="conn_str=$${PG_CONNECTIONSTRING}"
|
||||
- cat ./terraform/.terraform.lock.hcl
|
||||
environment:
|
||||
PG_CONNECTIONSTRING: postgres://terraform:terraform@tfstate.default.svc.cluster.local/terraform_backend?sslmode=disable
|
||||
TF_AUTOMATION: yes
|
||||
|
20
terraform/.terraform.lock.hcl
Normal file
20
terraform/.terraform.lock.hcl
Normal file
@ -0,0 +1,20 @@
|
||||
# This file is maintained automatically by "terraform init".
|
||||
# Manual edits may be lost in future updates.
|
||||
|
||||
provider "registry.terraform.io/hashicorp/vsphere" {
|
||||
version = "1.24.3"
|
||||
constraints = "~> 1.24.3"
|
||||
hashes = [
|
||||
"h1:tmVOVBdsBWDIsPdIUgYguaA1dKAlUOKrnnmzGaMNAr4=",
|
||||
"zh:3b31455ca5a5c4ae7b65f1f4a51d651988d42862b9d4e078eb6fd5b238f98176",
|
||||
"zh:4935754d72299ecfd7081517f496274dee34fb021996266f1f1cc9a5c6b1129d",
|
||||
"zh:531dcccbc4f22cd09b19e217403d8545bc24ac291256ce3d2ec4484c400f7729",
|
||||
"zh:551da4dcd47b7736091e3a7e94c189be399043c7c3ec597e8edb9e6f7b2a2c1e",
|
||||
"zh:668db7ef747d8005194249288ebe081fa7f8be128081acc32915b2c769358391",
|
||||
"zh:b377f0d8a5340a3c661ee6e2a5c467f742f8f3679518375877cbcfd63b3804b1",
|
||||
"zh:c7573b9e2e2480f442704682f5dcf0756e78f890571e92dff08918262d0002cf",
|
||||
"zh:cd223874ba4acf6e6be98cc80c835ec4a172dbc0300c99b6a6ff8786a52dc092",
|
||||
"zh:dd523ff0fb2cfc9d6be2d14be1184cf9a90babc3f891630ee0f1e080ec87236e",
|
||||
"zh:e28991bff40a6c46d1a9f604b9bc9e6e6b59aa6bfb29b9ee7704a70ba262a332",
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user