Reveal lockfile contents
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
2f4035afa7
commit
c8d9313d18
@ -10,6 +10,7 @@ steps:
|
|||||||
terraform -chdir=terraform init \
|
terraform -chdir=terraform init \
|
||||||
-input=false \
|
-input=false \
|
||||||
-backend-config="conn_str=$${PG_CONNECTIONSTRING}"
|
-backend-config="conn_str=$${PG_CONNECTIONSTRING}"
|
||||||
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user