Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit fd2d0c6

Browse files
dependabot[bot]philips-labs-pr|bot
and
philips-labs-pr|bot
authored
chore(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 (#4143)
Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.2 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/terraform-docs/gh-actions/releases">terraform-docs/gh-actions's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h2>What’s Changed</h2> <ul> <li>chore: revert the action name back for now (<a href="https://redirect.github.com/terraform-docs/gh-actions/issues/144">#144</a>) <a href="https://github.com/khos2ow"><code>@​khos2ow</code></a></li> <li>Add section about creating a release to CONTRIBUTING.md (<a href="https://redirect.github.com/terraform-docs/gh-actions/issues/142">#142</a>) <a href="https://github.com/pascal-hofmann"><code>@​pascal-hofmann</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terraform-docs/gh-actions/commit/aeae0038ed47a547e0c0fca5c059d3335f48fb25"><code>aeae003</code></a> chore: prepare release v1.3.0</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/6c989007421c87790b129e96e425ee5fabd61e0b"><code>6c98900</code></a> ci: enable sign-off for auto commits</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/752705dfea83ffa07d981644cb45e08b41f9b8cb"><code>752705d</code></a> chore: bump terraform-docs to v0.19.0</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/ceebb781ca443aeeccbbb15b3f359a78ad2ef4ce"><code>ceebb78</code></a> chore: update README</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/4b070bdf09a11f67a3944bcb7809c8df783a89b0"><code>4b070bd</code></a> Update Action name and description</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/fdf26f471dc7aa676877f9e2b21b0371f55a6209"><code>fdf26f4</code></a> Merge pull request <a href="https://redirect.github.com/terraform-docs/gh-actions/issues/142">#142</a> from terraform-docs/add-release-info</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/d8af945d68f1dcdfd28a3bb6c3409ec2240ee15b"><code>d8af945</code></a> Add section about creating a release to CONTRIBUTING.md</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/f9a33581072a78f38e2f0bb728f56c8b674e50fc"><code>f9a3358</code></a> fix: update-tag job</li> <li>See full diff in <a href="https://github.com/terraform-docs/gh-actions/compare/cca78c27ac9e2b6545debf2ecae9df930fd3461c...aeae0038ed47a547e0c0fca5c059d3335f48fb25">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terraform-docs/gh-actions&package-manager=github_actions&previous-version=1.2.2&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: philips-labs-pr|bot <philips-labs-pr[bot]@users.noreply.github.com>
1 parent aa64b4f commit fd2d0c6

File tree

23 files changed

+85
-85
lines changed

23 files changed

+85
-85
lines changed

Diff for: .github/workflows/update-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# use an app to ensure CI is triggered
2424
- name: Generate TF docs
2525
if: github.repository_owner == 'philips-labs'
26-
uses: terraform-docs/gh-actions@cca78c27ac9e2b6545debf2ecae9df930fd3461c # v1.2.2
26+
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
2727
with:
2828
find-dir: .
2929
git-commit-message: "docs: auto update terraform docs"
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Generate TF docs (forks)
3535
if: github.repository_owner != 'philips-labs'
36-
uses: terraform-docs/gh-actions@cca78c27ac9e2b6545debf2ecae9df930fd3461c # v1.2.2
36+
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
3737
with:
3838
find-dir: .
3939
git-commit-message: "docs: auto update terraform docs"

Diff for: README.md

+23-23
Large diffs are not rendered by default.

Diff for: examples/arm64/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ terraform output -raw webhook_secret
6262

6363
| Name | Description | Type | Default | Required |
6464
|------|-------------|------|---------|:--------:|
65-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub App for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
65+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub App for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
6666

6767
## Outputs
6868

Diff for: examples/default/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ terraform output -raw webhook_secret
6464
|------|-------------|------|---------|:--------:|
6565
| <a name="input_aws_region"></a> [aws\_region](#input\_aws\_region) | AWS region. | `string` | `"eu-west-1"` | no |
6666
| <a name="input_environment"></a> [environment](#input\_environment) | Environment name, used as prefix. | `string` | `null` | no |
67-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
67+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
6868

6969
## Outputs
7070

Diff for: examples/ephemeral/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ terraform output webhook_secret
6363
|------|-------------|------|---------|:--------:|
6464
| <a name="input_aws_region"></a> [aws\_region](#input\_aws\_region) | AWS region. | `string` | `"eu-west-1"` | no |
6565
| <a name="input_environment"></a> [environment](#input\_environment) | Environment name, used as prefix | `string` | `null` | no |
66-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
66+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
6767

6868
## Outputs
6969

Diff for: examples/multi-runner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ terraform output -raw webhook_secret
8282
|------|-------------|------|---------|:--------:|
8383
| <a name="input_aws_region"></a> [aws\_region](#input\_aws\_region) | AWS region to deploy to | `string` | `"eu-west-1"` | no |
8484
| <a name="input_environment"></a> [environment](#input\_environment) | Environment name, used as prefix | `string` | `null` | no |
85-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
85+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
8686

8787
## Outputs
8888

Diff for: examples/permissions-boundary/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ terraform apply
6767

6868
| Name | Description | Type | Default | Required |
6969
|------|-------------|------|---------|:--------:|
70-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
70+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
7171

7272
## Outputs
7373

Diff for: examples/prebuilt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ terraform output webhook_secret
9292
| Name | Description | Type | Default | Required |
9393
|------|-------------|------|---------|:--------:|
9494
| <a name="input_ami_name_filter"></a> [ami\_name\_filter](#input\_ami\_name\_filter) | AMI name filter for the action runner AMI. By default amazon linux 2 is used. | `string` | `"github-runner-al2023-x86_64-*"` | no |
95-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
95+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
9696
| <a name="input_runner_os"></a> [runner\_os](#input\_runner\_os) | The EC2 Operating System type to use for action runner instances (linux,windows). | `string` | `"linux"` | no |
9797

9898
## Outputs

Diff for: examples/ubuntu/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ terraform output webhook_secret
6565

6666
| Name | Description | Type | Default | Required |
6767
|------|-------------|------|---------|:--------:|
68-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
68+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
6969

7070
## Outputs
7171

Diff for: examples/windows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ terraform output webhook_secret
6868

6969
| Name | Description | Type | Default | Required |
7070
|------|-------------|------|---------|:--------:|
71-
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
71+
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br/> id = string<br/> key_base64 = string<br/> })</pre> | n/a | yes |
7272

7373
## Outputs
7474

Diff for: modules/ami-housekeeper/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ No modules.
101101
| Name | Description | Type | Default | Required |
102102
|------|-------------|------|---------|:--------:|
103103
| <a name="input_aws_partition"></a> [aws\_partition](#input\_aws\_partition) | (optional) partition for the base arn if not 'aws' | `string` | `"aws"` | no |
104-
| <a name="input_cleanup_config"></a> [cleanup\_config](#input\_cleanup\_config) | Configuration for AMI cleanup.<br><br> `amiFilters` - Filters to use when searching for AMIs to cleanup. Default filter for images owned by the account and that are available.<br> `dryRun` - If true, no AMIs will be deregistered. Default false.<br> `launchTemplateNames` - Launch template names to use when searching for AMIs to cleanup. Default no launch templates.<br> `maxItems` - The maximum numer of AMI's tha will be queried for cleanup. Default no maximum.<br> `minimumDaysOld` - Minimum number of days old an AMI must be to be considered for cleanup. Default 30.<br> `ssmParameterNames` - SSM parameter names to use when searching for AMIs to cleanup. This parameter should be set when using SSM to configure the AMI to use. Default no SSM parameters. | <pre>object({<br> amiFilters = optional(list(object({<br> Name = string<br> Values = list(string)<br> })),<br> [{<br> Name : "state",<br> Values : ["available"],<br> },<br> {<br> Name : "image-type",<br> Values : ["machine"],<br> }]<br> )<br> dryRun = optional(bool, false)<br> launchTemplateNames = optional(list(string))<br> maxItems = optional(number)<br> minimumDaysOld = optional(number, 30)<br> ssmParameterNames = optional(list(string))<br> })</pre> | `{}` | no |
104+
| <a name="input_cleanup_config"></a> [cleanup\_config](#input\_cleanup\_config) | Configuration for AMI cleanup.<br/><br/> `amiFilters` - Filters to use when searching for AMIs to cleanup. Default filter for images owned by the account and that are available.<br/> `dryRun` - If true, no AMIs will be deregistered. Default false.<br/> `launchTemplateNames` - Launch template names to use when searching for AMIs to cleanup. Default no launch templates.<br/> `maxItems` - The maximum numer of AMI's tha will be queried for cleanup. Default no maximum.<br/> `minimumDaysOld` - Minimum number of days old an AMI must be to be considered for cleanup. Default 30.<br/> `ssmParameterNames` - SSM parameter names to use when searching for AMIs to cleanup. This parameter should be set when using SSM to configure the AMI to use. Default no SSM parameters. | <pre>object({<br/> amiFilters = optional(list(object({<br/> Name = string<br/> Values = list(string)<br/> })),<br/> [{<br/> Name : "state",<br/> Values : ["available"],<br/> },<br/> {<br/> Name : "image-type",<br/> Values : ["machine"],<br/> }]<br/> )<br/> dryRun = optional(bool, false)<br/> launchTemplateNames = optional(list(string))<br/> maxItems = optional(number)<br/> minimumDaysOld = optional(number, 30)<br/> ssmParameterNames = optional(list(string))<br/> })</pre> | `{}` | no |
105105
| <a name="input_lambda_architecture"></a> [lambda\_architecture](#input\_lambda\_architecture) | AWS Lambda architecture. Lambda functions using Graviton processors ('arm64') tend to have better price/performance than 'x86\_64' functions. | `string` | `"arm64"` | no |
106106
| <a name="input_lambda_memory_size"></a> [lambda\_memory\_size](#input\_lambda\_memory\_size) | Memory size linit in MB of the lambda. | `number` | `256` | no |
107-
| <a name="input_lambda_principals"></a> [lambda\_principals](#input\_lambda\_principals) | (Optional) add extra principals to the role created for execution of the lambda, e.g. for local testing. | <pre>list(object({<br> type = string<br> identifiers = list(string)<br> }))</pre> | `[]` | no |
107+
| <a name="input_lambda_principals"></a> [lambda\_principals](#input\_lambda\_principals) | (Optional) add extra principals to the role created for execution of the lambda, e.g. for local testing. | <pre>list(object({<br/> type = string<br/> identifiers = list(string)<br/> }))</pre> | `[]` | no |
108108
| <a name="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime) | AWS Lambda runtime. | `string` | `"nodejs20.x"` | no |
109109
| <a name="input_lambda_s3_bucket"></a> [lambda\_s3\_bucket](#input\_lambda\_s3\_bucket) | S3 bucket from which to specify lambda functions. This is an alternative to providing local files directly. | `string` | `null` | no |
110110
| <a name="input_lambda_s3_key"></a> [lambda\_s3\_key](#input\_lambda\_s3\_key) | S3 key for syncer lambda function. Required if using S3 bucket to specify lambdas. | `string` | `null` | no |
@@ -123,7 +123,7 @@ No modules.
123123
| <a name="input_role_permissions_boundary"></a> [role\_permissions\_boundary](#input\_role\_permissions\_boundary) | Permissions boundary that will be added to the created role for the lambda. | `string` | `null` | no |
124124
| <a name="input_state_event_rule_ami_housekeeper"></a> [state\_event\_rule\_ami\_housekeeper](#input\_state\_event\_rule\_ami\_housekeeper) | State of the rule. | `string` | `"ENABLED"` | no |
125125
| <a name="input_tags"></a> [tags](#input\_tags) | Map of tags that will be added to created resources. By default resources will be tagged with name and environment. | `map(string)` | `{}` | no |
126-
| <a name="input_tracing_config"></a> [tracing\_config](#input\_tracing\_config) | Configuration for lambda tracing. | <pre>object({<br> mode = optional(string, null)<br> capture_http_requests = optional(bool, false)<br> capture_error = optional(bool, false)<br> })</pre> | `{}` | no |
126+
| <a name="input_tracing_config"></a> [tracing\_config](#input\_tracing\_config) | Configuration for lambda tracing. | <pre>object({<br/> mode = optional(string, null)<br/> capture_http_requests = optional(bool, false)<br/> capture_error = optional(bool, false)<br/> })</pre> | `{}` | no |
127127

128128
## Outputs
129129

Diff for: modules/download-lambda/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ No modules.
5353

5454
| Name | Description | Type | Default | Required |
5555
|------|-------------|------|---------|:--------:|
56-
| <a name="input_lambdas"></a> [lambdas](#input\_lambdas) | Name and tag for lambdas to download. | <pre>list(object({<br> name = string<br> tag = string<br> }))</pre> | n/a | yes |
56+
| <a name="input_lambdas"></a> [lambdas](#input\_lambdas) | Name and tag for lambdas to download. | <pre>list(object({<br/> name = string<br/> tag = string<br/> }))</pre> | n/a | yes |
5757

5858
## Outputs
5959

0 commit comments

Comments
 (0)