Skip to content

Commit a2f0557

Browse files
committed
fix: correct formatting in README for client input description
1 parent d5990db commit a2f0557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/job-exec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Functional examples are included in the
3737
| Name | Description | Type | Default | Required |
3838
|------|-------------|------|---------|:--------:|
3939
| argument | Arguments passed to the ENTRYPOINT command, include these only if image entrypoint needs arguments | `list(string)` | `[]` | no |
40-
| client | Arbitrary identifier for the API client and version identifier | <pre>object({<br/> name = optional(string, null)<br/> version = optional(string, null)<br/> })</pre> | `{}` | no |
40+
| client | Arbitrary identifier for the API client and version identifier | <pre>object({<br> name = optional(string, null)<br> version = optional(string, null)<br> })</pre> | `{}` | no |
4141
| cloud\_run\_deletion\_protection | This field prevents Terraform from destroying or recreating the Cloud Run v2 Jobs and Services | `bool` | `true` | no |
4242
| container\_command | Leave blank to use the ENTRYPOINT command defined in the container image, include these only if image entrypoint should be overwritten | `list(string)` | `[]` | no |
4343
| create\_service\_account | Create service account for the job. Otherwise, use the default Compute Engine default service account | `bool` | `false` | no |

0 commit comments

Comments
 (0)