Skip to content

Commit

Permalink
Merge pull request #445 from ministryofjustice/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/terraform-docs/gh-actions-1.3.0

Bump terraform-docs/gh-actions from 1.2.2 to 1.3.0
  • Loading branch information
SteveLinden authored Sep 20, 2024
2 parents e90af4a + 8973769 commit 410e581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@cca78c27ac9e2b6545debf2ecae9df930fd3461c # v1.2.2
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
with:
working-dir: .
output-file: README.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ No modules.
|------|-------------|------|---------|:--------:|
| <a name="input_additional_managed_policies"></a> [additional\_managed\_policies](#input\_additional\_managed\_policies) | accept a list of arns for aws managed policies to attach to OIDC-provider role | `list(string)` | `[]` | no |
| <a name="input_additional_permissions"></a> [additional\_permissions](#input\_additional\_permissions) | accept aws\_iam\_policy\_document with additional permissions to attach to the OIDC-provider role | `string` | n/a | yes |
| <a name="input_github_known_thumbprints"></a> [github\_known\_thumbprints](#input\_github\_known\_thumbprints) | The known intermediary thumbprints for the GitHub OIDC provider | `list(string)` | <pre>[<br> "1c58a3a8518e8759bf075b76b750d4f2df264fcd",<br> "6938fd4d98bab03faadb97b34396831e3780aea1"<br>]</pre> | no |
| <a name="input_github_known_thumbprints"></a> [github\_known\_thumbprints](#input\_github\_known\_thumbprints) | The known intermediary thumbprints for the GitHub OIDC provider | `list(string)` | <pre>[<br/> "1c58a3a8518e8759bf075b76b750d4f2df264fcd",<br/> "6938fd4d98bab03faadb97b34396831e3780aea1"<br/>]</pre> | no |
| <a name="input_github_repositories"></a> [github\_repositories](#input\_github\_repositories) | The github repositories, for example ["ministryofjustice/modernisation-platform-environments:*"] | `list(string)` | n/a | yes |
| <a name="input_role_name"></a> [role\_name](#input\_role\_name) | OIDC Role Name | `string` | `"github-actions"` | no |
| <a name="input_tags_common"></a> [tags\_common](#input\_tags\_common) | MOJ required tags | `map(string)` | n/a | yes |
Expand Down

0 comments on commit 410e581

Please sign in to comment.