Skip to content

Commit b05f051

Browse files
committed
Update version of terraform-docs used
1 parent e0ba675 commit b05f051

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515

1616
- name: Terraform Docs
1717
run: |
18-
docker run --rm --volume "$(pwd):/terraform-docs" -u $(id -u) quay.io/terraform-docs/terraform-docs:0.18.0 --output-check /terraform-docs
19-
18+
docker run --rm --volume "$(pwd):/terraform-docs" -u $(id -u) quay.io/terraform-docs/terraform-docs:0.19.0 --output-check /terraform-docs
2019
2120
- name: Terraform Format Check
2221
run: |

0 commit comments

Comments
 (0)