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
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
42
42
43
-
`2.1.3`
43
+
`x.y.z`
44
44
45
45
Note, however that subtrees can be altered as desired within repositories.
46
46
@@ -135,6 +135,7 @@ No modules.
135
135
| <aname="input_tags"></a> [tags](#input\_tags)| Extra tags |`map(string)`|`{}`| no |
136
136
| <aname="input_task_execution_role_policy_json"></a> [task\_execution\_role\_policy\_json](#input\_task\_execution\_role\_policy\_json)| (optional) IAM policy to attach to task execution role used for this task and replace defaults |`string`|`null`| no |
137
137
| <aname="input_task_family"></a> [task\_family](#input\_task\_family)| (optional) task family for task. This is effectively the name of the task, without qualification of revision |`string`|`null`| no |
138
+
| <aname="input_track_latest"></a> [track\_latest](#input\_track\_latest)| (optional) Whether should track latest ACTIVE task definition on AWS or the one created with the resource stored in state. |`bool`|`false`| no |
138
139
| <aname="input_use_cwagent_sidecar"></a> [use\_cwagent\_sidecar](#input\_use\_cwagent\_sidecar)| (optional) if set to true, will add a cwagent sidecar container |`bool`|`false`| no |
139
140
| <aname="input_use_xray_sidecar"></a> [use\_xray\_sidecar](#input\_use\_xray\_sidecar)| (optional) if set to null, will use the sidecar to trace the task if envoy is used, as that automatically implements tracing configs. |`bool`|`null`| no |
140
141
| <aname="input_virtual_gateway"></a> [virtual\_gateway](#input\_virtual\_gateway)| (optional) the name of the virtual gateway associated with this task definition. If null, ignored |`string`|`null`| no |
0 commit comments