Skip to content

Commit 0a06548

Browse files
chore(deps): bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 (#20)
* chore(deps): bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](terraform-docs/gh-actions@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs(terraform): update README.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fa5067b commit 0a06548

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ref: ${{ github.event.pull_request.head.ref }}
5252
- name: Render terraform docs inside the README.md
5353
id: terraform-docs
54-
uses: terraform-docs/gh-actions@v1.0.0
54+
uses: terraform-docs/gh-actions@v1.1.0
5555
with:
5656
working-dir: .,bootstrap,examples/full,test/create-application,test/create-resource
5757
output-file: README.md

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ jobs:
269269
| <a name="output_subscription_id"></a> [subscription\_id](#output\_subscription\_id) | Azure subscription ID |
270270
| <a name="output_tenant_id"></a> [tenant\_id](#output\_tenant\_id) | Azure tenant ID |
271271

272-
273272
<!-- END_TF_DOCS -->
274273

275274
## Changelog

bootstrap/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,4 @@ module "github-oidc" {
7575

7676

7777

78-
7978
<!-- END_TF_DOCS -->

examples/full/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,4 @@ resource "github_dependabot_secret" "client-id" {
230230
| <a name="output_subscription_id"></a> [subscription\_id](#output\_subscription\_id) | Azure subscription ID |
231231
| <a name="output_tenant_id"></a> [tenant\_id](#output\_tenant\_id) | Azure tenant ID |
232232

233-
234233
<!-- END_TF_DOCS -->

test/create-application/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@
2525
| <a name="output_subscription_id"></a> [subscription\_id](#output\_subscription\_id) | Azure subscription ID |
2626
| <a name="output_tenant_id"></a> [tenant\_id](#output\_tenant\_id) | Azure tenant ID |
2727

28-
2928
<!-- END_TF_DOCS -->

test/create-resource/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@
2828

2929

3030

31-
3231
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)