We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b7f2f commit 57b9b4fCopy full SHA for 57b9b4f
.github/workflows/bump.yml
@@ -49,6 +49,10 @@ jobs:
49
terraform init
50
fi
51
52
+ name: Update README
53
+ run: |
54
+ docker run --rm --volume "$(pwd):/terraform-docs" quay.io/terraform-docs/terraform-docs:0.19.0 markdown table --output-file README.md --output-mode inject /terraform-docs
55
+
56
- name: Create Pull Request
57
uses: peter-evans/create-pull-request@v6
58
with:
0 commit comments