Skip to content

Commit

Permalink
Updates readme for latest terraform-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Dec 31, 2024
1 parent f849e45 commit 407f859
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ No resources.
| <a name="input_schedule_expression"></a> [schedule\_expression](#input\_schedule\_expression) | CloudWatch Event schedule that triggers the CodeBuild job. Required when `event` is "schedule" | `string` | `null` | no |
| <a name="input_source_version"></a> [source\_version](#input\_source\_version) | A version of the build input to be built for this project. If not specified, the latest version is used | `string` | `null` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to assign to the resource | `map(string)` | `{}` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br> security_group_ids = list(string)<br> subnets = list(string)<br> vpc_id = string<br> })</pre> | `null` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br/> security_group_ids = list(string)<br/> subnets = list(string)<br/> vpc_id = string<br/> })</pre> | `null` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/branch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Trigger a build when a CodeCommit branch is updated.
| <a name="input_queued_timeout"></a> [queued\_timeout](#input\_queued\_timeout) | How long in minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out | `number` | `null` | no |
| <a name="input_source_version"></a> [source\_version](#input\_source\_version) | A version of the build input to be built for this project. If not specified, the latest version is used | `string` | `null` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to assign to the resource | `map(string)` | `{}` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br> security_group_ids = list(string)<br> subnets = list(string)<br> vpc_id = string<br> })</pre> | `null` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br/> security_group_ids = list(string)<br/> subnets = list(string)<br/> vpc_id = string<br/> })</pre> | `null` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/on-demand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ No resources.
| <a name="input_queued_timeout"></a> [queued\_timeout](#input\_queued\_timeout) | How long in minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out | `number` | `null` | no |
| <a name="input_source_version"></a> [source\_version](#input\_source\_version) | A version of the build input to be built for this project. If not specified, the latest version is used | `string` | `null` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to assign to the resource | `map(string)` | `{}` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br> security_group_ids = list(string)<br> subnets = list(string)<br> vpc_id = string<br> })</pre> | `null` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br/> security_group_ids = list(string)<br/> subnets = list(string)<br/> vpc_id = string<br/> })</pre> | `null` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Trigger a build when a CodeCommit pull request is updated.
| <a name="input_queued_timeout"></a> [queued\_timeout](#input\_queued\_timeout) | How long in minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out | `number` | `null` | no |
| <a name="input_source_version"></a> [source\_version](#input\_source\_version) | A version of the build input to be built for this project. If not specified, the latest version is used | `string` | `null` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to assign to the resource | `map(string)` | `{}` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br> security_group_ids = list(string)<br> subnets = list(string)<br> vpc_id = string<br> })</pre> | `null` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br/> security_group_ids = list(string)<br/> subnets = list(string)<br/> vpc_id = string<br/> })</pre> | `null` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/schedule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Trigger a build on a schedule.
| <a name="input_queued_timeout"></a> [queued\_timeout](#input\_queued\_timeout) | How long in minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out | `number` | `null` | no |
| <a name="input_source_version"></a> [source\_version](#input\_source\_version) | A version of the build input to be built for this project. If not specified, the latest version is used | `string` | `null` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to assign to the resource | `map(string)` | `{}` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br> security_group_ids = list(string)<br> subnets = list(string)<br> vpc_id = string<br> })</pre> | `null` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br/> security_group_ids = list(string)<br/> subnets = list(string)<br/> vpc_id = string<br/> })</pre> | `null` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/tag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Trigger a build when a CodeCommit tag is created.
| <a name="input_queued_timeout"></a> [queued\_timeout](#input\_queued\_timeout) | How long in minutes, from 5 to 480 (8 hours), a build is allowed to be queued before it times out | `number` | `null` | no |
| <a name="input_source_version"></a> [source\_version](#input\_source\_version) | A version of the build input to be built for this project. If not specified, the latest version is used | `string` | `null` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to assign to the resource | `map(string)` | `{}` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br> security_group_ids = list(string)<br> subnets = list(string)<br> vpc_id = string<br> })</pre> | `null` | no |
| <a name="input_vpc_config"></a> [vpc\_config](#input\_vpc\_config) | Object of inputs for the VPC configuration of the CodeBuild job | <pre>object({<br/> security_group_ids = list(string)<br/> subnets = list(string)<br/> vpc_id = string<br/> })</pre> | `null` | no |

## Outputs

Expand Down

0 comments on commit 407f859

Please sign in to comment.