Compare commits

..

1 Commits

Author SHA1 Message Date
d49e696340 ci: check docs and format
All checks were successful
continuous-integration/drone/pr Build is passing
2022-05-27 14:51:01 +02:00

View File

@@ -81,17 +81,17 @@ trigger:
- refs/pull/*/head
steps:
- name: terraform init
- name: format and generate docs
image: hashicorp/terraform:1.1.8
commands:
- apk add bash wget
- wget https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.16.0-linux-amd64.tar.gz -O - | tar -xz terraform-docs -C /usr/local/bin
- wget -q https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.16.0-linux-amd64.tar.gz -O - | tar -xz terraform-docs -C /usr/local/bin
- terraform fmt
- terraform-docs .
- git diff-index --name-status HEAD
---
kind: signature
hmac: daffcd677b718052e62c70f8c57e06d353c442affc578c587c7c7c9188a086fe
hmac: c6554c5e7fc2c06848178745fbc97f30f1a5c652f9ad93995c901cb8cb7296e1
...