You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
41
41
| cloud\_run\_deletion\_protection | This field prevents Terraform from destroying or recreating the Cloud Run v2 Jobs and Services |`bool`|`true`| no |
42
42
| 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 |
43
43
| create\_service\_account | Create service account for the job. Otherwise, use the default Compute Engine default service account |`bool`|`false`| no |
0 commit comments