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.
2 parents 4823553 + 57b9b4f commit a375826Copy full SHA for a375826
.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