Skip to content

Commit

Permalink
Merge pull request #20 from loganmarchione/renovate/terraform-docs-gh…
Browse files Browse the repository at this point in the history
…-actions-1.x

Update terraform-docs/gh-actions action to v1.3.0
  • Loading branch information
loganmarchione authored Nov 23, 2024
2 parents a6a375e + c35d206 commit 275cf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v1.2.2
uses: terraform-docs/gh-actions@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 @@ -157,7 +157,7 @@ No modules.
| <a name="input_bucket_versioning_logs"></a> [bucket\_versioning\_logs](#input\_bucket\_versioning\_logs) | State of bucket versioning for logs bucket | `bool` | `false` | no |
| <a name="input_bucket_versioning_site"></a> [bucket\_versioning\_site](#input\_bucket\_versioning\_site) | State of bucket versioning for site bucket | `bool` | `false` | no |
| <a name="input_cloudfront_compress"></a> [cloudfront\_compress](#input\_cloudfront\_compress) | To enable [CloudFront compression](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html) or not | `bool` | `true` | no |
| <a name="input_cloudfront_custom_error_responses"></a> [cloudfront\_custom\_error\_responses](#input\_cloudfront\_custom\_error\_responses) | The [CloudFront custom error responses](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/GeneratingCustomErrorResponses.html) | <pre>list(object({<br> error_code = number<br> response_code = number<br> error_caching_min_ttl = number<br> response_page_path = string<br> }))</pre> | <pre>[<br> {<br> "error_caching_min_ttl": 60,<br> "error_code": 404,<br> "response_code": 404,<br> "response_page_path": "/404.html"<br> }<br>]</pre> | no |
| <a name="input_cloudfront_custom_error_responses"></a> [cloudfront\_custom\_error\_responses](#input\_cloudfront\_custom\_error\_responses) | The [CloudFront custom error responses](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/GeneratingCustomErrorResponses.html) | <pre>list(object({<br/> error_code = number<br/> response_code = number<br/> error_caching_min_ttl = number<br/> response_page_path = string<br/> }))</pre> | <pre>[<br/> {<br/> "error_caching_min_ttl": 60,<br/> "error_code": 404,<br/> "response_code": 404,<br/> "response_page_path": "/404.html"<br/> }<br/>]</pre> | no |
| <a name="input_cloudfront_default_root_object"></a> [cloudfront\_default\_root\_object](#input\_cloudfront\_default\_root\_object) | The [CloudFront default root object](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html) to display (this is `null` by default, so nothing will display at `https://domain.com` unless you set something here) | `string` | `null` | no |
| <a name="input_cloudfront_enabled"></a> [cloudfront\_enabled](#input\_cloudfront\_enabled) | To enable CloudFront or not | `bool` | `true` | no |
| <a name="input_cloudfront_function_create"></a> [cloudfront\_function\_create](#input\_cloudfront\_function\_create) | To create and associate a CloudFront function (this doesn't test the function, so make sure it works!) | `bool` | `false` | no |
Expand Down

0 comments on commit 275cf24

Please sign in to comment.